format-stack

Formats a stack with colors

MIT License

Downloads
58
Stars
12

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.

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

Package Rankings
Top 9.15% on Npmjs.org