tattle-tale
A library for blaming a user for a uncaught exception
Installation
npm install tattle-tale --save
Usage
var tattletale = require('tattle-tale'),
tattletale.init(function (res) {
console.log(res);
});
res -
{
blame: ,
error: ,
filename: ,
line:
}
Tests
npm test
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality. Lint and test your code.
Release History
Todo
What happens if not git repo?
Find a way to test a library that needs errors with chai
More verbose parsing
Do more then just uncaughts and blame (we can blame the world)`