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 9da6c10 commit 27ec693Copy full SHA for 27ec693
test/parallel/test-child-process-exec-maxBuffer.js
@@ -36,7 +36,7 @@ const unicode = '中文测试'; // length = 4, byte length = 12
36
}
37
38
{
39
- const cmd = `"${process.execPath}" -e "console.('${unicode}');"`;
+ const cmd = `"${process.execPath}" -e "console.error('${unicode}');"`;
40
41
cp.exec(cmd, {maxBuffer: 10}, checkFactory('stderr'));
42
0 commit comments