[Server] Improve: Display detail of unhandled promise rejection
This commit is contained in:
parent
9de3e59e20
commit
2297c06fce
|
@ -182,6 +182,9 @@ function spawnWorkers(onComplete: any): void {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Display detail of unhandled promise rejection
|
||||||
|
process.on('unhandledRejection', console.dir);
|
||||||
|
|
||||||
// Dying away...
|
// Dying away...
|
||||||
process.on('exit', () => {
|
process.on('exit', () => {
|
||||||
Logger.info('The process is going exit');
|
Logger.info('The process is going exit');
|
||||||
|
|
Loading…
Reference in New Issue