Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ailabs-software/0edbceaae96e537dc9d564addaa9f747 to your computer and use it in GitHub Desktop.
Save ailabs-software/0edbceaae96e537dc9d564addaa9f747 to your computer and use it in GitHub Desktop.
Catch gist
var myInspector = require("inspector");
myInspector.open = function() {
console.log("FORGET IT!!");
throw new Error();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment