Skip to content

Commit 74ad007

Browse files
Lxxyxaduh95
andauthored
Update lib/internal/child_process.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent d68fdbe commit 74ad007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/child_process.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ const {
3131
} = require('internal/errors');
3232
const {
3333
validateArray,
34+
validateOneOf,
3435
validateString,
35-
validateOneOf
3636
} = require('internal/validators');
3737
const EventEmitter = require('events');
3838
const net = require('net');

0 commit comments

Comments
 (0)