//src/server.tsprocess.on('unhandledRejection',()=>{console.log(`😈 unahandledRejection is detected , shutting down ...`);if (server){server.close(()=>{process.exit(1);});}process.exit(1);});process.on('uncaughtException',()=>{console.log(`😈 uncaughtException is detected , shutting down ...`);process.exit(1);});
Top comments (0)
Subscribe
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)