Skip to content

Commit

Permalink
Merge pull request #29 from robgonnella/fix-launch-error-loop
Browse files Browse the repository at this point in the history
Fix launch error view loop
  • Loading branch information
robgonnella authored Mar 20, 2024
2 parents ed018e7 + 1bcec8e commit 6cc127c
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 6cc127c

Please sign in to comment.