format-stack

4.1.1 • Public • Published

format-stack

Formats a stack with colors

This module must be required as the first thing before everything else. It will format your stack trace with colors and will also print the previous stack.

Be warned this uses trycatch so it will enable domains and monkey patch everything to implement long stack traces.

format-stack-example

Example

require("format-stack").set({
  traces: 'short' // 'long' works too, maybe.. ;)
});
 
// Any thrown error will now have a pretty printed stack
// trace.

Installation

npm install format-stack

Tests

npm test

Contributors

  • Raynos

MIT Licenced

Readme

Keywords

none

Package Sidebar

Install

npm i format-stack

Weekly Downloads

0

Version

4.1.1

License

none

Last publish

Collaborators

  • raynos