pretty-error
Advanced tools
Comparing version 0.1.9 to 0.1.10
{ | ||
"name": "pretty-error", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "scripts/js/lib/PrettyError.js", |
@@ -85,3 +85,3 @@ # PrettyError | ||
// this is a simple selector to the element that says 'Error' | ||
'pretty-error > header > title > kind': | ||
'pretty-error > header > title > kind': { | ||
@@ -107,3 +107,3 @@ // which we can hide: | ||
// I could use black, red, green, yellow, blue, magenta, cyan, white, | ||
// we can use black, red, green, yellow, blue, magenta, cyan, white, | ||
// grey, bright-red, bright-green, bright-yellow, bright-blue, | ||
@@ -255,3 +255,3 @@ // bright-magenta, bright-cyan, and bright-white | ||
#### Modifying each trace line's conents | ||
#### Modifying each trace line's contents | ||
```javascript | ||
@@ -281,4 +281,9 @@ pe.filter(function(traceLine, lineNumber){ | ||
#### P.S | ||
#### P.S. | ||
If you're on windows, you can get better typography by using an alternative console. I use [ConEmu](http://conemu.codeplex.com). | ||
* If you're on windows, you can get better typography by using an alternative console. I use [ConEmu](http://conemu.codeplex.com). | ||
* Also check out [PrettyMonitor](https://github.com/AriaMinaei/pretty-monitor) if you're using [when.js](https://github.com/cujojs/when). It's PrettyError wrapped to report unhandled when.js rejections. | ||
## License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52884
285