appease CI

This commit is contained in:
Jesse Duffield
2022-01-15 15:34:01 +11:00
parent dafac52a4c
commit 7a690f9078
-2
View File
@@ -268,7 +268,6 @@ func main() {
err = g.MainLoop()
g.Close()
if err != nil {
switch err {
case gocui.ErrQuit:
return
@@ -276,7 +275,6 @@ func main() {
log.Panicln(err)
}
}
}
func (app *App) runSubprocess(cmd *exec.Cmd) {
if err := gocui.Screen.Suspend(); err != nil {