Skip to content

Commit

Permalink
squash: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Jun 23, 2016
1 parent 1e429a8 commit b20cb25
Showing 1 changed file with 1 addition and 1 deletion.
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);

0 comments on commit b20cb25

Please sign in to comment.