Skip to content

Commit

Permalink
Update lib/child_process.js
Browse files Browse the repository at this point in the history
Co-authored-by: Livia Medeiros <74449973+LiviaMedeiros@users.noreply.github.com>
  • Loading branch information
zhmushan and LiviaMedeiros authored Jul 5, 2022
1 parent 6416553 commit cb1f53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/child_process.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function normalizeExecFileArgs(file, args, options, callback) {
}

if (options == null) {
options = ObjectCreate(null);
options = kEmptyObject;
}

if (callback != null) {
Expand Down

0 comments on commit cb1f53e

Please sign in to comment.