Comment on An open question (rant) about Node.jsparentComments−ef412yHere's where the official API docs say you should always let your process die when you encounter an unhandled exception:http://nodejs.org/api/domain.html#domain_warning_don_t_ignor...
Comments
Here's where the official API docs say you should always let your process die when you encounter an unhandled exception:
http://nodejs.org/api/domain.html#domain_warning_don_t_ignor...