Skip to content

Instantly share code, notes, and snippets.

@fregante
Created September 14, 2017 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fregante/cf4d0415c4802e0c81812ae9bbb821d8 to your computer and use it in GitHub Desktop.
Save fregante/cf4d0415c4802e0c81812ae9bbb821d8 to your computer and use it in GitHub Desktop.
Promise.reject(1).catch(err => {
if (err instanceof Error) {
throw err; // Exception
}
// Rejection
}).catch(exitProcess)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment