We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d84384 commit d52b6b9Copy full SHA for d52b6b9
lib/enoent.js
@@ -24,7 +24,7 @@ function hookChildProcess(cp, parsed) {
24
// the command exists and emit an "error" instead
25
// See https://github.com/IndigoUnited/node-cross-spawn/issues/16
26
if (name === 'exit') {
27
- const err = verifyENOENT(arg1, parsed, 'spawn');
+ const err = verifyENOENT(arg1, parsed);
28
29
if (err) {
30
return originalEmit.call(cp, 'error', err);
0 commit comments