We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6695bb + 3632be5 commit c23bfd7Copy full SHA for c23bfd7
Readme.md
@@ -386,8 +386,8 @@ function handleDisconnect() {
386
if(err.code === 'PROTOCOL_CONNECTION_LOST') { // Connection to the MySQL server is usually
387
handleDisconnect(); // lost due to either server restart, or a
388
} else { // connnection idle timeout (the wait_timeout
389
- throw err; // server variable configures this)
390
- });
+ throw err; // server variable configures this)
+ }
391
}
392
393
handleDisconnect();
0 commit comments