From 95fcbe1598299f021f2f9b96938f5c41e72c6fc6 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 2 Sep 2020 14:52:33 +0200 Subject: [PATCH] typo --- src/matrix/Sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }