Skip to content

Commit

Permalink
feat: remove process.exit
Browse files Browse the repository at this point in the history
  • Loading branch information
eyoue committed Mar 6, 2025
1 parent 4cd8ef8 commit b65af70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const defaultDispatcherOptions: PDOptions = {
healthcheckInterval: 5000,
healthcheckTimeout: 700,
suppressStatusLogs: false,
beforeTerminate: () => Promise.resolve().then(() => process.exit(0)),
beforeTerminate: () => Promise.resolve(),
};

export const defaultExLogger: ExLogger = {
Expand Down

0 comments on commit b65af70

Please sign in to comment.