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 1e429a8 commit b20cb25Copy full SHA for b20cb25
test/parallel/test-child-process-exec-data-buffer.js
@@ -12,4 +12,4 @@ const cb = common.mustCall((data) => {
12
const command = common.isWindows ? 'dir' : 'ls';
13
exec(command).stdout.on('data', cb);
14
15
-exec('fhqwhgads').stderr.on('data', cb);
+exec('fhqwhgads').stderr.on('data', cb);
0 commit comments