Skip to content

Commit 48097dc

Browse files
committed
fixup! child_process: add subprocess.readLines method
1 parent fb70f01 commit 48097dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/child_process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ const {
3535
} = require('internal/errors');
3636
const {
3737
validateArray,
38+
validateBoolean,
3839
validateObject,
3940
validateOneOf,
4041
validateString,
41-
validateBoolean,
4242
} = require('internal/validators');
4343
const EventEmitter = require('events');
4444
const net = require('net');

0 commit comments

Comments
 (0)