hapi-mongodb-init
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -27,7 +27,7 @@ var indexes = require("./indexes"); | ||
conn.on("error", function (err) { | ||
plugin.log(["database", "error"], err.toString()); | ||
plugin.log(["database", "error"], err); | ||
}); | ||
conn.on("timeout", function (err) { | ||
plugin.log(["database", "timeout"], err.toString()); | ||
plugin.log(["database", "timeout"], err); | ||
}); | ||
@@ -34,0 +34,0 @@ |
{ | ||
"name": "hapi-mongodb-init", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "initialises mongo db connections for hapi", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
14470