We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1cb7a5 + dd12184 commit c934e33Copy full SHA for c934e33
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