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 d44d6c9 commit db25322Copy full SHA for db25322
test/abort/test-abort-fatal-error.js
@@ -27,7 +27,7 @@ if (common.isWindows)
27
const assert = require('assert');
28
const exec = require('child_process').exec;
29
30
-let cmdline = `ulimit -c 0; ${process.execPath}`;
+let cmdline = `ulimit -c 0; ${JSON.stringify(process.execPath)}`;
31
cmdline += ' --max-old-space-size=16 --max-semi-space-size=4';
32
cmdline += ' -e "a = []; for (i = 0; i < 1e9; i++) { a.push({}) }"';
33
0 commit comments