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 0917626 commit b9625f0Copy full SHA for b9625f0
test/parallel/test-child-process-set-blocking.js
@@ -25,7 +25,7 @@ const assert = require('assert');
25
const ch = require('child_process');
26
27
const SIZE = 100000;
28
-const python = process.env.PYTHON || 'python';
+const python = process.env.PYTHON || 'python3';
29
30
const cp = ch.spawn(python, ['-c', `print(${SIZE} * "C")`], {
31
stdio: 'inherit'
0 commit comments