This commit is contained in:
Andras Schmelczer 2025-03-22 20:50:43 +00:00
parent 62427183fd
commit a8cadd1e53
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 27 additions and 24 deletions

View file

@ -173,8 +173,7 @@ export class SyncClient {
}
public async waitAndStop(): Promise<void> {
await this.syncer.applyRemoteChangesLocally();
await this.syncer.waitForSyncQueue();
await this.syncer.waitUntilFinished();
this.stop();
}