On Sat, Jun 16, 2012 at 10:44 PM, Tim Dickinson <price.ti...@gmail.com> wrote: > How do i get the stdout from a child process fork? > > Im running node 0.7.11 can i use the new stdio pipe options to get to the > stream of stdout?
Not quite. A child process spawned with .fork() inherits stdout and stderr from its parent unless you pass `{silent:true}`. The silent option is supposed to set up pipes but it seems to be broken right now[1]. [1] https://github.com/joyent/node/issues/3472 -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to nodejs@googlegroups.com To unsubscribe from this group, send email to nodejs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en