mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Fix error logging
This commit is contained in:
parent
f4ae3855d0
commit
fd64369a5f
@ -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…
Reference in New Issue
Block a user