Skip to content

Commit

Permalink
fix silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin103 committed Mar 15, 2020
1 parent 127742b commit 22f8949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysqlssh/index.js
Expand Up @@ -105,7 +105,7 @@ function Client_MySQL(config) {
})
})
.catch(function (error) {
return rejecter(err);
return rejecter(error);
});
});
},
Expand Down

0 comments on commit 22f8949

Please sign in to comment.