Putting aside the issue that this API is effectively immutable, and that all this is moot, let me at least clarify that my intent was not to handle any and all uncaught exceptions, but to prevent a particular exception from being thrown in the first place. IMO a thrown exception is a feature of the language and/or runtime, whereas events and their semantics are the app's problem domain. Putting in a global uncaught exception handler just to solve a single unwanted exception is overkill.
-- 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
