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 6be685a commit 46d183cCopy full SHA for 46d183c
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