mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 15:40:57 -07:00
[Server] Improve: Display detail of unhandled promise rejection
This commit is contained in:
parent
1ca5bf26bc
commit
1ee518bd37
1 changed files with 3 additions and 0 deletions
|
@ -182,6 +182,9 @@ function spawnWorkers(onComplete: any): void {
|
|||
});
|
||||
}
|
||||
|
||||
// Display detail of unhandled promise rejection
|
||||
process.on('unhandledRejection', console.dir);
|
||||
|
||||
// Dying away...
|
||||
process.on('exit', () => {
|
||||
Logger.info('The process is going exit');
|
||||
|
|
Loading…
Reference in a new issue