Skip to content

Instantly share code, notes, and snippets.

@krisselden
Created January 26, 2020 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krisselden/130dc39fbe1713a917d59c9b2e1245d0 to your computer and use it in GitHub Desktop.
Save krisselden/130dc39fbe1713a917d59c9b2e1245d0 to your computer and use it in GitHub Desktop.
/**
* Print object if running with --js-flag="--allow-natives-syntax"
*/
const __debugPrint = (() => {
try {
return new Function("x", "%DebugPrint(x)");
} catch (e) {
return () => void 0;
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment