node-cross-spawn
node-cross-spawn copied to clipboard
Remove unused argument
verifyENOENT function has 2 arguments (status and parsed) but there is code that calls verifyENOENT function with 3 arguments.
So, I removed the last argument.