Skip to content

Instantly share code, notes, and snippets.

@s-taylor
Last active September 22, 2017 05:33
Show Gist options
  • Save s-taylor/3dcc1f746be2c2812914947d00f5eb51 to your computer and use it in GitHub Desktop.
Save s-taylor/3dcc1f746be2c2812914947d00f5eb51 to your computer and use it in GitHub Desktop.
Understanding async await - part 3
await Promise.reject(new Error('Boom'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment