error-ninja
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -10,3 +10,3 @@ { | ||
"name": "error-ninja", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Allows us to pre-define error types and error messages in each module.", | ||
@@ -13,0 +13,0 @@ "keywords": [ |
@@ -33,3 +33,3 @@ 'use strict'; | ||
// Set the number of frames in stack traces from this point onwards. | ||
Error.stackTraceLimit = options.stackTraceLimit; | ||
Error.stackTraceLimit = setupOptions.stackTraceLimit; | ||
@@ -36,0 +36,0 @@ // Install uncaught exception handlers. |
31396