errord

1.0.1 • Public • Published

errord

npm i errord

Usage

require('errord')({backAmount:10, forwardAmount:3, stackTraceLimit:10});

That's it!

Sample Error Log
Exception: ReferenceError
Cause: a is not defined 

/Users/julianknodt/Desktop/Programming/npm/errord/index.js:90:1
---------------------------------
          });
        } else {
          resolved ++;
          trace[i] = preciseData;
        }
        checkEnd();
      });
  });
}
module.exports = errord;
errord();
a <- ERROR Line 90
---------------------------------
module.js:571:32
module.js:580:10
module.js:488:32
module.js:447:12
module.js:439:3
module.js:605:10
bootstrap_node.js:425:7
bootstrap_node.js:146:9
bootstrap_node.js:540:3

MIT

Readme

Keywords

Package Sidebar

Install

npm i errord

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • tomzer0