Skip to content

Instantly share code, notes, and snippets.

@rlucha
Created October 7, 2020 08:21
Show Gist options
  • Save rlucha/f56a39743eef08ccab0e4de133e8584e to your computer and use it in GitHub Desktop.
Save rlucha/f56a39743eef08ccab0e4de133e8584e to your computer and use it in GitHub Desktop.
Throws
(function() {
console.log('hi');
throw new Error('external')
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment