mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 00:56:25 -04:00
fail silently when terminal title can't be updated
This commit is contained in:
parent
dcfdf4084e
commit
f30b2df8f3
|
|
@ -1016,7 +1016,7 @@ func (gui *Gui) loadNewRepo() error {
|
|||
gui.c.Refresh(types.RefreshOptions{Mode: types.ASYNC})
|
||||
|
||||
if err := gui.os.UpdateWindowTitle(); err != nil {
|
||||
return err
|
||||
gui.c.Log.Warnf("Failed to update window title: %v", err)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Reference in a new issue