mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-07 07:19:57 +02:00
appease CI
This commit is contained in:
parent
dafac52a4c
commit
7a690f9078
@ -268,13 +268,11 @@ func main() {
|
|||||||
|
|
||||||
err = g.MainLoop()
|
err = g.MainLoop()
|
||||||
g.Close()
|
g.Close()
|
||||||
if err != nil {
|
switch err {
|
||||||
switch err {
|
case gocui.ErrQuit:
|
||||||
case gocui.ErrQuit:
|
return
|
||||||
return
|
default:
|
||||||
default:
|
log.Panicln(err)
|
||||||
log.Panicln(err)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user