We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec6fe3 commit 5042132Copy full SHA for 5042132
src/setup_node_env/patches/child_process.js
@@ -24,7 +24,7 @@
24
module.exports = function(cp) {
25
// The `exec` function is currently just a wrapper around `execFile`. So for
26
// 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.
+ // will fail and we can uncomment the line below.
28
//
29
// cp.exec = new Proxy(cp.exec, { apply: patchOptions() });
30
0 commit comments