forked from mystiq/hydrogen-web
TODO
This commit is contained in:
parent
7d517eb700
commit
e09fbf566d
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ export class Sync {
|
||||||
}
|
}
|
||||||
if (!this._error) {
|
if (!this._error) {
|
||||||
try {
|
try {
|
||||||
|
// 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.err("error during after sync completed, continuing to sync.", err.stack);
|
||||||
|
|
Loading…
Reference in a new issue