Skip to content

Instantly share code, notes, and snippets.

@arumons
Created February 25, 2011 13:03
Show Gist options
  • Select an option

  • Save arumons/843755 to your computer and use it in GitHub Desktop.

Select an option

Save arumons/843755 to your computer and use it in GitHub Desktop.
try {
process.nextTick(function() {
throw "hoge";
})
} catch(e) {
//ここには来ない・・・
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment