Skip to content

Instantly share code, notes, and snippets.

@lubien
Created January 23, 2018 00:33
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 lubien/2e6e26d4e3ade3997347a3f5ecaae0bf to your computer and use it in GitHub Desktop.
Save lubien/2e6e26d4e3ade3997347a3f5ecaae0bf to your computer and use it in GitHub Desktop.
Promise.reject('some error')
.catch(err => console.log(1)) // runs
.catch(err => console.log(2)) // never runs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment