Format
This commit is contained in:
parent
10bde4bc3a
commit
d07fa32ba3
3 changed files with 6 additions and 6 deletions
|
|
@ -270,7 +270,7 @@ export class Syncer {
|
|||
|
||||
public async waitUntilFinished(): Promise<void> {
|
||||
await this.runningScheduleSyncForOfflineChanges;
|
||||
return this.syncQueue.onEmpty();
|
||||
await this.syncQueue.onEmpty();
|
||||
}
|
||||
|
||||
public async syncRemotelyUpdatedFile(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue