cqrs-eventdenormalizer
Advanced tools
Comparing version 1.9.3 to 1.9.4
@@ -129,2 +129,8 @@ 'use strict'; | ||
debug(err); | ||
if (!errs.push) { | ||
var warn = new Error('ATTENTION! Already called back!'); | ||
debug(warn); | ||
console.log(warn.stack); | ||
return; | ||
} | ||
errs.push(err); | ||
@@ -137,3 +143,3 @@ } | ||
callback(null); | ||
}) | ||
}); | ||
}, function () { | ||
@@ -140,0 +146,0 @@ if (errs.length === 0) { |
{ | ||
"author": "adrai", | ||
"name": "cqrs-eventdenormalizer", | ||
"version": "1.9.3", | ||
"version": "1.9.4", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -0,1 +1,4 @@ | ||
## [v1.9.4](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.3...v1.9.4) | ||
- warn log when async try catch | ||
## [v1.9.3](https://github.com/adrai/node-cqrs-eventdenormalizer/compare/v1.9.2...v1.9.3) | ||
@@ -2,0 +5,0 @@ - update some deps |
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
158745
3690