Comparing version 1.6.4 to 1.6.5
@@ -112,3 +112,3 @@ 'use strict'; | ||
} | ||
if (sagaModel) { | ||
@@ -118,3 +118,3 @@ sagaModels.push(sagaModel); | ||
callback(null); | ||
}) | ||
}); | ||
}, function () { | ||
@@ -121,0 +121,0 @@ if (errs.length === 0) { |
@@ -364,3 +364,8 @@ 'use strict'; | ||
if (callback) { | ||
callback(errs, cmds, sagaModels); | ||
try { | ||
callback(errs, cmds, sagaModels); | ||
} catch (e) { | ||
debug(e); | ||
console.log(e.stack); | ||
} | ||
} | ||
@@ -367,0 +372,0 @@ }); |
{ | ||
"author": "adrai", | ||
"name": "cqrs-saga", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"private": false, | ||
@@ -14,7 +14,7 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "1.2.1", | ||
"async": "1.3.0", | ||
"debug": "2.2.0", | ||
"dotty": "0.0.2", | ||
"jsondate": "0.0.1", | ||
"lodash": "3.9.3", | ||
"lodash": "3.10.0", | ||
"node-uuid": "1.4.3", | ||
@@ -21,0 +21,0 @@ "tolerance": "1.0.0", |
@@ -0,1 +1,4 @@ | ||
## [v1.6.5](https://github.com/adrai/node-cqrs-saga/compare/v1.6.4...v1.6.5) | ||
- catch throwing errors when calling callback | ||
## [v1.6.4](https://github.com/adrai/node-cqrs-saga/compare/v1.6.3...v1.6.4) | ||
@@ -2,0 +5,0 @@ - expose warnings during initialization |
Sorry, the diff of this file is not supported yet
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
209743
46
4287
+ Addedasync@1.3.0(transitive)
+ Addedlodash@3.10.0(transitive)
- Removedasync@1.2.1(transitive)
- Removedlodash@3.9.3(transitive)
Updatedasync@1.3.0
Updatedlodash@3.10.0