servicebus
Advanced tools
Comparing version 1.0.0-rc8 to 1.0.0-rc9
@@ -13,6 +13,6 @@ var domain = require('domain'); | ||
// if (!!!!opts.onError) { | ||
if (opts.onError) { | ||
d.on('error', function (err) { | ||
if (opts.onError) { | ||
opts.onError(err, d); | ||
opts.onError(err, message, channel, d); | ||
} else { | ||
@@ -22,3 +22,3 @@ throw err; | ||
}); | ||
// } | ||
} | ||
@@ -25,0 +25,0 @@ d.run(function() { |
@@ -10,3 +10,3 @@ { | ||
"description": "Simple service bus for sending events between processes using amqp.", | ||
"version": "1.0.0-rc8", | ||
"version": "1.0.0-rc9", | ||
"homepage": "https://github.com/mateodelnorte/servicebus", | ||
@@ -13,0 +13,0 @@ "repository": { |
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
49514