OMG I'm just going to say the cause of the problem (basically) typeof null == 'object'
When emitting events, do the event listeners execute synchronously? YES and seems that I forgot that because everything was being executed inside a listener that is inside a try catch block without re-throwing the error! On Sunday, February 26, 2012 11:18:44 AM UTC-3, Rambo wrote: > > why console.error is sync and console.log async? does that make sense? > > On Saturday, February 25, 2012 1:50:55 PM UTC-3, mscdex wrote: >> >> On Feb 25, 11:34 am, Dean Landolt <[email protected]> wrote: >> > Remember that console.log is async -- that could be confusing matters. >> >> Yep, try console.error instead > > -- 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
