mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 17:16:23 -04:00
check returned error (if any) from UpdateWindowTitle
This commit is contained in:
parent
a78cbf4882
commit
ab84410b41
|
|
@ -683,7 +683,9 @@ func (gui *Gui) loadNewRepo() error {
|
|||
return err
|
||||
}
|
||||
|
||||
gui.OSCommand.UpdateWindowTitle()
|
||||
if err := gui.OSCommand.UpdateWindowTitle(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue