couch-init2
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -15,3 +15,3 @@ const bluebird = require('bluebird') | ||
.catch(err => { | ||
if (err.name === 'TimeoutError' || err.code === 'ECONNREFUSED') { | ||
if (err.name === 'TimeoutError' || err.code === 'ECONNREFUSED' || err.code === 'ECONNRESET') { | ||
const warningMessage = yellow(`[${packageName}] waiting for CouchDB on`) | ||
@@ -18,0 +18,0 @@ console.warn(warningMessage, obfuscateLogin(dbBaseUrl)) |
{ | ||
"name": "couch-init2", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Opiniated CouchDB databases initializer", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
56330