Gracefully handle error hints for cortex commands.
$ npm install cortex-command-errors --savevar handler = require('cortex-command-errors')(options);
something.on('error', handler);- logger: {Object}
- profile: {Object}
- harmony: {Boolean} if true, fatal errors will only write to error logs rather than kill the process.
- notify: {Boolean} if true, the errors will be displayed in the notification bar.
MIT

