We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb673e1 commit b613933Copy full SHA for b613933
test/pummel/test-child-process-spawn-loop.js
@@ -30,7 +30,7 @@ const N = 40;
30
let finished = false;
31
32
function doSpawn(i) {
33
- const child = spawn('python', ['-c', `print ${SIZE} * "C"`]);
+ const child = spawn('python', ['-c', `print(${SIZE} * "C")`]);
34
let count = 0;
35
36
child.stdout.setEncoding('ascii');
0 commit comments