Skip to content

Instantly share code, notes, and snippets.

@a0viedo
Last active January 4, 2019 01:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a0viedo/0de3036c9d50efbf5e70bf218097dc68 to your computer and use it in GitHub Desktop.
Save a0viedo/0de3036c9d50efbf5e70bf218097dc68 to your computer and use it in GitHub Desktop.
process.on('uncaughtException', err => {
console.log('something terribly wrong happened', err);
server.close(() => process.exit(1));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment