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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i tracable

    Weekly Downloads

    115

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • samshull