mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 02:48:30 -05:00
Merge from vscode 5d18ad4c5902e3bddbc9f78da82dfc2ac349e908 (#9683)
This commit is contained in:
@@ -44,7 +44,7 @@ class TestSynchroniser extends AbstractSynchroniser {
|
||||
await this.updateLastSyncUserData({ ref, syncData: { content: '', version: this.version } });
|
||||
}
|
||||
|
||||
stop(): void {
|
||||
async stop(): Promise<void> {
|
||||
this.cancelled = true;
|
||||
this.syncBarrier.open();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user