Follow up question re. trap when.js unhandled rejections
the Node.js process.on() example prevents the normal console/prettymonitor output from displaying. Is there a way to retain this. Also the docs show: process.on('unhandledRejection', function(reason, key) not ..(promise,reason). ref: http://github.com/cujojs/when/blob/master/docs/debug-api.md