Skip to content

Commit

Permalink
Fix launch error view loop
Browse files Browse the repository at this point in the history
  • Loading branch information
robgonnella committed Mar 20, 2024
1 parent ed018e7 commit 1bcec8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/ui/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,8 @@ func (v *view) showFatalErrorModal(errMsg string) {
}

func (v *view) dismissFatalErrorModal() {
v.restart()
v.stop()
os.Exit(1)
}

// binds global key handlers
Expand Down

0 comments on commit 1bcec8e

Please sign in to comment.