Guest User

Untitled

a guest
Dec 13th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. process.on('uncaughtException', err => {
  2. console.log('something terribly wrong happened', err);
  3.  
  4. server.close(() => process.exit(1));
  5. });
Add Comment
Please, Sign In to add comment