ask-on-exception

1.0.0 • Public • Published

Ask to URL instantly on exception

When you encounter some un-handled exception and you don't know the reason, you would enter the error message to URL bar of your browser. This npm module does it automatically.

require('ask-on-exception');
var a;
console.log(a.foo);  // Error! No member 'foo' for undefined.

screenshot

Distributed under MIT License

Package Sidebar

Install

npm i ask-on-exception

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • rhysd