child_process: deliver ENOENT on nextTick
authorTimothy J Fontaine <tjfontaine@gmail.com>
Wed, 20 Nov 2013 16:49:40 +0000 (08:49 -0800)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Wed, 20 Nov 2013 17:35:08 +0000 (09:35 -0800)
commit40d5e9074a0001d53901df2a2e081c8821b3dc22
treebb7d83de84a32dfa328c4d1a3708993fb6dfcec5
parent1fef66ffd4cf302fec7be1e2fd86f209cf1ff0d3
child_process: deliver ENOENT on nextTick

After the uv upgrade, uv_spawn will now fail faster for certain
failures like ENOENT. However, our tests and other people may be
depending on that error being passed to the callback instead of a
throw.
lib/child_process.js