On Saturday, 25 February 2012 17:34:06 UTC+1, Dean Landolt wrote: > > Remember that console.log is async -- that could be confusing matters. >
That is true for 0.4.x but not for 0.6.x. In 0.6.x stderr and stdout are always blocking unless they refer to pipes. See: > > http://nodejs.org/docs/v0.4.12/api/all.html#process.stdout vs http://nodejs.org/docs/v0.6.11/api/all.html#process.stdout --fg -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
