Skip to content

Commit

Permalink
fix code typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Aug 14, 2013
1 parent b6695bb commit 3632be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -386,8 +386,8 @@ function handleDisconnect() {
if(err.code === 'PROTOCOL_CONNECTION_LOST') { // Connection to the MySQL server is usually
handleDisconnect(); // lost due to either server restart, or a
} else { // connnection idle timeout (the wait_timeout
throw err; // server variable configures this)
});
throw err; // server variable configures this)
}
}

handleDisconnect();
Expand Down

0 comments on commit 3632be5

Please sign in to comment.