Skip to content

Commit

Permalink
Update lib/internal/child_process.js
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
Lxxyx and aduh95 committed Jan 18, 2021
1 parent d68fdbe commit 74ad007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/child_process.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ const {
} = require('internal/errors');
const {
validateArray,
validateOneOf,
validateString,
validateOneOf
} = require('internal/validators');
const EventEmitter = require('events');
const net = require('net');
Expand Down

0 comments on commit 74ad007

Please sign in to comment.