mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
9484141a87
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue