From 6e78dde3d0f83290bbc86052f2fb9df2c7f54a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Lapi=C5=A1?= Date: Sun, 6 Feb 2022 22:58:19 +0100 Subject: [PATCH] Update pool-base.js --- lib/pool-base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pool-base.js b/lib/pool-base.js index 40e6a7d7..a1a4fe11 100644 --- a/lib/pool-base.js +++ b/lib/pool-base.js @@ -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; };