node-chimera
node-chimera copied to clipboard
handling errors
how to handle errors ?
- when i call
callback('foo', 'bar'),callbackfunction i called likecallback(null, 'bar') - when error really happend in
runfunction, the process just die silently - when i request a page that does not exist, error 500, or something similar, the process just die silently