diff --git a/src/matrix/Sync.js b/src/matrix/Sync.js index 041cacf2..3c04f71a 100644 --- a/src/matrix/Sync.js +++ b/src/matrix/Sync.js @@ -105,7 +105,7 @@ export class Sync { // TODO: run this in parallel with the next sync request await this._session.afterSyncCompleted(); } catch (err) { - console.err("error during after sync completed, continuing to sync.", err.stack); + console.error("error during after sync completed, continuing to sync.", err.stack); // swallowing error here apart from logging } }