child_process: add path to spawn ENOENT Error
authorRyan Cole <ryan@rycole.com>
Mon, 28 Apr 2014 01:25:02 +0000 (20:25 -0500)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Thu, 22 May 2014 14:26:15 +0000 (07:26 -0700)
commitf09b02786ffd1f987df623aa670c26216b0682c9
treea072716cb983fcf56edeec83a676c44e0d3af3d3
parent01c2a670a1ce07b4e942875b32324b1e62d4cd6d
child_process: add path to spawn ENOENT Error

Add a file property to the ENOENT Error returned from ChildProcess's
spawn function.

Signed-off-by: Timothy J Fontaine <tjfontaine@gmail.com>
lib/child_process.js
test/simple/test-child-process-spawn-error.js [new file with mode: 0644]