native-mongo-util
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -106,3 +106,3 @@ const Log = require('logger3000').getLogger(__filename); | ||
this._db.on('timeout', () => { | ||
Log.info({ msg: `DB error: ${this.getDBName()}. Killing the process.` }); | ||
Log.info({ msg: `DB timeout: ${this.getDBName()}. Killing the process.` }); | ||
process.exit(1); | ||
@@ -109,0 +109,0 @@ }); |
{ | ||
"name": "native-mongo-util", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
13923