Comparing version 0.1.29 to 0.1.30
@@ -84,3 +84,6 @@ var util = require('util'); | ||
response.on('error', function(e) { | ||
util.log('HttpOffRamp - > problem with response: ' + e.message); | ||
util.log('HttpOffRamp - > problem with response: '); | ||
console.log(e); | ||
util.log('HttpOffRamp - > original message: '); | ||
console.log(message); | ||
}); | ||
@@ -87,0 +90,0 @@ |
{ "author": "Phil Taylor" | ||
, "name": "simpleesb" | ||
, "description": "Provides basic ESB services to transfer data between applications." | ||
, "version": "0.1.29" | ||
, "version": "0.1.30" | ||
, "repository": { | ||
@@ -6,0 +6,0 @@ "url": "https://bitbucket.org/phil_a_taylor/simpleesb" |
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
152015
1028