Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "kgo", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Flow control the super easy way", | ||
@@ -5,0 +5,0 @@ "main": "kgo.js", |
@@ -6,2 +6,6 @@ kgo | ||
## Depricated | ||
While kgo still works fine, I've since moved my efforts over to the much cleaner, faster, better tested, more flexible, and better maintained, [righto](https://github.com/korynunn/righto), to which you can easily and incrementally migrate to if you want. | ||
## Why | ||
@@ -230,2 +234,2 @@ | ||
} | ||
``` | ||
``` |
@@ -7,3 +7,3 @@ var symbols = require('./symbols'), | ||
if(error instanceof Error){ | ||
currentStack = error.stack.replace(cleanErrorRegex, ''); | ||
currentStack = error.stack ? error.stack.replace(cleanErrorRegex, '') : currentStack; | ||
}else{ | ||
@@ -10,0 +10,0 @@ error = new Error(error); |
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
27587
234
8