esbootstrap
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -58,6 +58,8 @@ var elasticsearch = require('elasticsearch'); | ||
})['finally'](function(){ | ||
client.close(); | ||
}); | ||
client.close(); | ||
}); | ||
})['catch'](function(error){ | ||
console.warn('Warning:' + JSON.stringify(error)); | ||
}); | ||
})(); | ||
}()); | ||
}, | ||
@@ -64,0 +66,0 @@ |
{ | ||
"name": "esbootstrap", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Helper to bootstrap an index and load fixtures to an elasticsearch instance", | ||
@@ -5,0 +5,0 @@ "main": "esbootstrap.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
29149
93