Skip to content

Commit

Permalink
Update pool-base.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mlc-mlapis committed Feb 6, 2022
1 parent 0cc3021 commit 6e78dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pool-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ function PoolBase(options, processTask, createConnectionPool, pingPromise) {
conn.info.threadId +
' (the connection not returned to the pool since ' +
(Date.now() - conn.lastUse) +
'ms.) Has the connection.released() been implemented?'
'ms). Has the connection.released() been implemented?'
);
conn.leaked = true;
};
Expand Down

0 comments on commit 6e78dde

Please sign in to comment.