forgot
v0.0.2
Published
Forgot the exceptions function throws, just go on
Downloads
5
Readme
node-forgot
forgot the exceptions the function throws, just go on:)
Install
$ npm install forgot
Usage
var forgot = require('forgot');
console.log('Begin');
forgot(function() {
throw new Error('Bomn!');
});
console.log('Finish');