Skip to content

Commit b20cb25

Browse files
committed
squash: lint
1 parent 1e429a8 commit b20cb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-child-process-exec-data-buffer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ const cb = common.mustCall((data) => {
1212
const command = common.isWindows ? 'dir' : 'ls';
1313
exec(command).stdout.on('data', cb);
1414

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

0 commit comments

Comments
 (0)