cortex-command-errors

Gracefully handle error hints for cortex commands.

Usage no npm install needed!

<script type="module">
  import cortexCommandErrors from 'https://cdn.skypack.dev/cortex-command-errors';
</script>

README

cortex-command-errors NPM version Build Status Dependency Status

Gracefully handle error hints for cortex commands.

Install

$ npm install cortex-command-errors --save

Usage

var handler = require('cortex-command-errors')(options);

something.on('error', handler);

options

  • 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.

License

MIT