child_process: execFileSync stderr should inherit
authorTimothy J Fontaine <tjfontaine@gmail.com>
Tue, 18 Feb 2014 00:29:23 +0000 (16:29 -0800)
committerFedor Indutny <fedor.indutny@gmail.com>
Tue, 18 Feb 2014 12:03:13 +0000 (16:03 +0400)
commit937e2e351b2450cf1e9c4d8b3e1a4e2a2def58bb
treeffa883513db02314a16e2c5267029504cd5e90c7
parent59baab277691dcc7d788724020084414b96de22c
child_process: execFileSync stderr should inherit

If you don't set your options.stdio for execSync and execFileSync
capture and write to stderr of the parent process by default.

Fixes #7110
doc/api/child_process.markdown
lib/child_process.js
test/common.js
test/simple/test-child-process-spawnsync-input.js