mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-30 18:57:27 +08:00
typo
This commit is contained in:
parent
25580b82fd
commit
60d35a2a45
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class DatabaseClient {
|
|||
this.db = this.mongoClient.db(DB_NAME);
|
||||
this.connected = true;
|
||||
} catch (error) {
|
||||
console.error(e.message);
|
||||
console.error(error.message);
|
||||
console.error(
|
||||
"Failed to connect to database. Exiting with exit status code 1."
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue