quash
v1.0.0
Published
My boss gets mad at me when I make errors.
Downloads
2
Readme
Quash
A JavaScript library to help me keep my job.
Usage
This is a thunk-compliant error quasher. Give it a thunk and stop worrying.
var quash = require('quash');
quash(function () {
// Read from database.
// Process data.
I should have been a pair of ragged claws, scuttling across the floors of silent seas...
// Save records.
});