Created
June 27, 2019 15:41
-
-
Save ailabs-software/0edbceaae96e537dc9d564addaa9f747 to your computer and use it in GitHub Desktop.
Catch gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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