Skip to content

Commit

Permalink
os.Exit -> runtime.Goexit
Browse files Browse the repository at this point in the history
  • Loading branch information
atterpac committed Nov 27, 2024
1 parent dd0bb29 commit 6fc8b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/pkg/application/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func New(appOptions Options) *App {
}
}
// Shutdown the application
os.Exit(1)
runtime.Goexit()
}
}
}
Expand Down

0 comments on commit 6fc8b67

Please sign in to comment.