We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37f4c2 commit dd12184Copy full SHA for dd12184
1 file changed
lib/Pool.js
@@ -294,6 +294,7 @@ class Pool {
294
this.connect((error, connection) => {
295
if (error) {
296
reject(error);
297
+ return;
298
}
299
300
connection.query(sql, parameters, options, (error, result) => {
0 commit comments