Skip to content

Commit 5042132

Browse files
watsonlegrego
andauthored
Update src/setup_node_env/patches/child_process.js
Co-Authored-By: Larry Gregory <lgregorydev@gmail.com>
1 parent 7ec6fe3 commit 5042132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup_node_env/patches/child_process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
module.exports = function(cp) {
2525
// The `exec` function is currently just a wrapper around `execFile`. So for
2626
// now there's no need to patch it. If this changes in the future, our tests
27-
// will fail and we can comment out the line below.
27+
// will fail and we can uncomment the line below.
2828
//
2929
// cp.exec = new Proxy(cp.exec, { apply: patchOptions() });
3030

0 commit comments

Comments
 (0)