Comparing version 1.2.1 to 1.2.2
@@ -89,3 +89,3 @@ // Constructor | ||
if (system.err) return | ||
if (error) return system.handleError(error) | ||
if (error) return system.onUncaughtError(error) | ||
if (arguments.length > 1) { | ||
@@ -92,0 +92,0 @@ if (lookup) { |
{ | ||
"name": "breeze", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Functional async flow control library", | ||
@@ -5,0 +5,0 @@ "main": "breeze.js", |
@@ -113,2 +113,2 @@ # Breeze | ||
[download]: https://github.com/Nijikokun/breeze/archive/v1.2.1.zip | ||
[download]: https://github.com/Nijikokun/breeze/archive/v1.2.2.zip |
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
29857