Skip to content

Instantly share code, notes, and snippets.

@mrister
Created August 8, 2016 22:09
Show Gist options
  • Save mrister/7c9075d504a05feae928504f51a46ca1 to your computer and use it in GitHub Desktop.
Save mrister/7c9075d504a05feae928504f51a46ca1 to your computer and use it in GitHub Desktop.
Unhandled rejection listener
process.on('unhandledRejection', function (reason, promise) {
logger.error('Unhandled rejection', {reason: reason, promise: promise})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment