Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
squash: lint
  • Loading branch information
Trott committed Jun 23, 2016
commit b20cb2526d6f56ce6066c08ed23ddac3026cd8ac
2 changes: 1 addition & 1 deletion test/parallel/test-child-process-exec-data-buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ const cb = common.mustCall((data) => {
const command = common.isWindows ? 'dir' : 'ls';
exec(command).stdout.on('data', cb);

exec('fhqwhgads').stderr.on('data', cb);
exec('fhqwhgads').stderr.on('data', cb);