//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
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Top comments (0)