Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit fd64369

Browse files
dbkrbwindels
authored andcommitted
Fix error logging
1 parent f4ae385 commit fd64369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MatrixClientPeg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class MatrixClientPeg {
109109
await promise;
110110
} catch (err) {
111111
// log any errors when starting up the database (if one exists)
112-
console.error(`Error starting matrixclient store: ${err}`);
112+
console.error('Error starting matrixclient store', err);
113113
}
114114

115115
// regardless of errors, start the client. If we did error out, we'll

0 commit comments

Comments
 (0)