不要怂,就是干,撸起袖子干!

Commit 2ed9eaf3 by David Pate

Removed the `2` from `ER_ACCESS_DENIED_ERROR` so that it will actually match if able.

1 parent 9465875a
Showing with 1 additions and 1 deletions
......@@ -46,7 +46,7 @@ ConnectionManager.prototype.connect = function(config) {
case 'ECONNREFUSED':
reject(new sequelizeErrors.ConnectionRefusedError(err));
break;
case 'ER_ACCESS_D2ENIED_ERROR':
case 'ER_ACCESS_DENIED_ERROR':
reject(new sequelizeErrors.AccessDeniedError(err));
break;
case 'ENOTFOUND':
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!