tracable

0.0.2 • Public • Published

Tracable

Long stack traces without interfering with existing objects and functions. Just show the stack trace for before the function was created.

example:

var tracable = require('tracable');

var tracableFunction = tracable(function() {
  somethingThatMightError();
});

setTimeout(tracableFunction, 1000);

//... do other stuff until the tracable function executes

Readme

Keywords

none

Package Sidebar

Install

npm i tracable

Weekly Downloads

46

Version

0.0.2

License

MIT

Last publish

Collaborators

  • samshull