tiny-crash-reporter
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,3 +8,3 @@ 'use strict'; | ||
//Module accepts a boolean on whether to stop execution on expception, defaults to true | ||
TinyCrashReporter(false); | ||
TinyCrashReporter(true); | ||
@@ -11,0 +11,0 @@ //If an error occurs, crash reporter will catch and log it |
{ | ||
"name": "tiny-crash-reporter", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Reports uncaught exceptions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,3 +21,4 @@ Micro-library for handling uncaught exceptions for [node](http://nodejs.org) | ||
TinyCrashReporter accepts one argument: | ||
```js stopExcecution```: Tells the module to end the process when an exception is handled. Default: true | ||
```stopExcecution```: Tells the module to end the process when an exception is handled. Default: ```true``` | ||
@@ -24,0 +25,0 @@ ## Examples |
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
3037
6
0
26