typo
This commit is contained in:
parent
14cba7ec6e
commit
95fcbe1598
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue