node-chimera icon indicating copy to clipboard operation
node-chimera copied to clipboard

handling errors

Open jney opened this issue 12 years ago • 0 comments

how to handle errors ?

  • when i call callback('foo', 'bar'), callback function i called like callback(null, 'bar')
  • when error really happend in run function, the process just die silently
  • when i request a page that does not exist, error 500, or something similar, the process just die silently

jney avatar Feb 22 '13 20:02 jney