1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-12-01 22:52:01 +02:00

Making ci happier

This commit is contained in:
Glenn Vriesman
2018-12-02 17:47:42 +01:00
committed by Jesse Duffield
parent e39d2ed44b
commit cce6f405a5
2 changed files with 7 additions and 2 deletions

View File

@@ -115,6 +115,7 @@ func (gui *Gui) handleRebase(g *gocui.Gui, v *gocui.View) error {
}, func(g *gocui.Gui, v *gocui.View) error {
return gui.GitCommand.AbortRebaseBranch()
}); err != nil {
gui.Log.Errorln(err)
}
}