Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
joyc-bq committed Feb 3, 2025
1 parent 809d120 commit 89f2705
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mysql/lib/dialect/mysql_database_dialect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ export class MySQLDatabaseDialect implements DatabaseDialect {
.then(() => {
return true;
})
.catch((error) => {
console.log("eorrrr" + error.message);
.catch(() => {
return false;
});
} catch (error) {
Expand Down

0 comments on commit 89f2705

Please sign in to comment.