mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Merge pull request #2190 from matrix-org/dbkr/fix_error_printing
Fix error logging
This commit is contained in:
commit
76f64bf733
@ -109,7 +109,7 @@ class MatrixClientPeg {
|
||||
await promise;
|
||||
} catch (err) {
|
||||
// log any errors when starting up the database (if one exists)
|
||||
console.error(`Error starting matrixclient store: ${err}`);
|
||||
console.error('Error starting matrixclient store', err);
|
||||
}
|
||||
|
||||
// regardless of errors, start the client. If we did error out, we'll
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user