switched out assertion library with should.js... I really should have written my own baby util library since that was the third time I've done that...
This commit is contained in:
@ -284,7 +284,7 @@ Transport.prototype.request = function (params, cb) {
|
||||
|
||||
|
||||
if (connection) {
|
||||
sendReqWithConnection(null, connection);
|
||||
sendReqWithConnection(void 0, connection);
|
||||
} else {
|
||||
self.connectionPool.select(sendReqWithConnection);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user