mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-27 00:51:18 +02:00
check returned error (if any) from UpdateWindowTitle
This commit is contained in:
committed by
Jesse Duffield
parent
a78cbf4882
commit
ab84410b41
@ -683,7 +683,9 @@ func (gui *Gui) loadNewRepo() error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
gui.OSCommand.UpdateWindowTitle()
|
if err := gui.OSCommand.UpdateWindowTitle(); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user