child-process-es6-promise icon indicating copy to clipboard operation
child-process-es6-promise copied to clipboard

Spawn buffering stdout stderr

Open scragg0x opened this issue 8 years ago • 1 comments

Your spawn is buffering stdout and stderr. The main reason to use spawn over exec is to avoid this behavior. Would an option to turn this off be acceptable?

scragg0x avatar Jun 15 '17 21:06 scragg0x

Thats sound reasonable, will implement in next release

nkashyap avatar Jun 23 '17 12:06 nkashyap