We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
console
1 parent b0be19c commit 5c6f4a9Copy full SHA for 5c6f4a9
lib/execjs/support/jsc_runner.js
@@ -2,6 +2,7 @@
2
}, function(program) {
3
var output;
4
try {
5
+ delete this.console;
6
result = program();
7
if (typeof result == 'undefined' && result !== null) {
8
print('["ok"]');
0 commit comments