Skip to content

Instantly share code, notes, and snippets.

@bergmark
Created June 17, 2011 15:51
Show Gist options
  • Select an option

  • Save bergmark/1031689 to your computer and use it in GitHub Desktop.

Select an option

Save bergmark/1031689 to your computer and use it in GitHub Desktop.
TRY(function () {
try {
this.CONT.CONTINUE();
} catch (e) {
console.log("catch 1");
}
}).THEN(function () {
throw 1;
}).NOW();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment