changefeed
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -223,5 +223,3 @@ /* | ||
res.on('result', function _result(err2, res2) { | ||
// We only care about a 404, all other errors will retry with | ||
// backoff and eventually fail. | ||
if (err2 && err2.body.code === 'NotFoundError') { | ||
if (err2) { | ||
log.error('cf: Error testing for compatibility.'); | ||
@@ -228,0 +226,0 @@ self.emit('error'); |
{ | ||
"name": "changefeed", | ||
"description": "Change Feed Modules", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"author": "Joyent (joyent.com)", | ||
@@ -6,0 +6,0 @@ "private": false, |
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
47568
615