rethinkdbdash
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -93,3 +93,3 @@ var util = require('util'); | ||
while(this._line.getLength() > 0) { | ||
this._line.shift().reject(new Err.ReqlDriverError('None of the pools have an opened connection and we failed to open a new one')); | ||
this._line.shift().reject(new Err.ReqlDriverError('None of the pools have an opened connection and failed to open a new one')); | ||
this.emit('queueing', this._line.getLength()) | ||
@@ -96,0 +96,0 @@ } |
{ | ||
"name": "rethinkdbdash", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A Node.js driver for RethinkDB with promises and a connection pool", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -197,3 +197,3 @@ var config = require(__dirname+'/config.js'); | ||
catch(e) { | ||
if (e.message === "None of the pools have an opened connection and we failed to open a new one.") { | ||
if (e.message === "None of the pools have an opened connection and failed to open a new one.") { | ||
done() | ||
@@ -214,3 +214,3 @@ } | ||
catch(e) { | ||
if (e.message === "None of the pools have an opened connection and we failed to open a new one.") { | ||
if (e.message === "None of the pools have an opened connection and failed to open a new one.") { | ||
done() | ||
@@ -217,0 +217,0 @@ } |
813448