Skip to content

Instantly share code, notes, and snippets.

@mhemrg
Created February 14, 2019 19:59
Show Gist options
  • Save mhemrg/2a97049047ae096df827dffa1081cf4f to your computer and use it in GitHub Desktop.
Save mhemrg/2a97049047ae096df827dffa1081cf4f to your computer and use it in GitHub Desktop.
Liara | unhandledRejection
process.on('unhandledRejection', error => {
console.error('unhandledRejection', error);
process.exit(1);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment