Skip to content

Commit

Permalink
Update src/setup_node_env/patches/child_process.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Larry Gregory <lgregorydev@gmail.com>
  • Loading branch information
watson and legrego committed Mar 9, 2020
1 parent 7ec6fe3 commit 5042132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup_node_env/patches/child_process.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
module.exports = function(cp) {
// The `exec` function is currently just a wrapper around `execFile`. So for
// now there's no need to patch it. If this changes in the future, our tests
// will fail and we can comment out the line below.
// will fail and we can uncomment the line below.
//
// cp.exec = new Proxy(cp.exec, { apply: patchOptions() });

Expand Down

0 comments on commit 5042132

Please sign in to comment.