mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
terminiated -> terminated (#78)
This commit is contained in:
parent
1871d0f9e1
commit
6b2883d290
2
index.js
2
index.js
@ -224,7 +224,7 @@ class Pool extends EventEmitter {
|
||||
// remove the dead client from our list of clients
|
||||
this._clients = this._clients.filter(c => c !== client)
|
||||
if (timeoutHit) {
|
||||
err.message = 'Connection terminiated due to connection timeout'
|
||||
err.message = 'Connection terminated due to connection timeout'
|
||||
}
|
||||
cb(err, undefined, NOOP)
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user