Commit ea89fdfe authored by cjihrig's avatar cjihrig Committed by Fedor Indutny
Browse files

child_process: do not access stderr when stdio set to 'ignore'



Currently, checkExecSyncError() attempts to access the contents
of stderr. When stdio is set to 'ignore', this causes a crash.
This commit adds a check on the access of stderr. Closes #7966.

Signed-off-by: default avatarFedor Indutny <fedor@indutny.com>
parent 2f0017aa
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment