mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
typo
This commit is contained in:
parent
14cba7ec6e
commit
95fcbe1598
@ -105,7 +105,7 @@ export class Sync {
|
|||||||
// TODO: run this in parallel with the next sync request
|
// TODO: run this in parallel with the next sync request
|
||||||
await this._session.afterSyncCompleted();
|
await this._session.afterSyncCompleted();
|
||||||
} catch (err) {
|
} 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
|
// swallowing error here apart from logging
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user