Skip to content

Instantly share code, notes, and snippets.

@kuyseng
Created May 26, 2012 03:13
Show Gist options
  • Save kuyseng/2791908 to your computer and use it in GitHub Desktop.
Save kuyseng/2791908 to your computer and use it in GitHub Desktop.
javascript: indesign run main in try
try{
main();
}catch(e) {
var message = "Error String: " + e.description + "\n";
message += "Line: " + e.line;
alert(message);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment