79075705

Date: 2024-10-10 18:27:36
Score: 0.5
Natty:
Report link

Hello try this method:

 process.on('uncaughtException', (err) => {

  console.log(err.name, err.message);
  server.close(() => {
    process.exit(1);
  });
});
Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: elyes kabous