This commit is contained in:
Bruno Windels 2020-09-02 14:52:33 +02:00
parent 14cba7ec6e
commit 95fcbe1598

View file

@ -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
}
}