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 a284ee6 commit 4fb4fbeCopy full SHA for 4fb4fbe
test/parallel/test-child-process-exec-maxBuffer.js
@@ -25,7 +25,7 @@ const unicode = '中文测试'; // length = 4, byte length = 12
25
}
26
27
{
28
- const cmd = `"${process.execPath}" -e "console.('${unicode}');"`;
+ const cmd = `"${process.execPath}" -e "console.error('${unicode}');"`;
29
30
cp.exec(cmd, {maxBuffer: 10}, checkFactory('stderr'));
31
0 commit comments