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.
1 parent 1dce3d0 commit c5fd11dCopy full SHA for c5fd11d
lib/execjs/support/node_runner.js
@@ -28,4 +28,5 @@
28
this.process = __process__;
29
print(JSON.stringify(['err', '' + err, err.stack]));
30
}
31
+ __process__.exit(0);
32
});
0 commit comments