Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #90556 from scovetta/patch-2
Fix #90555 (resetLocal() doesn't do anything)
  • Loading branch information
sandy081 committed Feb 13, 2020
2 parents ec19366 + 8e984b0 commit a6fff6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/platform/userDataSync/common/userDataSyncService.ts
Expand Up @@ -189,6 +189,7 @@ export class UserDataSyncService extends Disposable implements IUserDataSyncServ
await this.checkEnablement();
for (const synchroniser of this.synchronisers) {
try {
synchroniser.resetLocal();
} catch (e) {
this.logService.error(`${synchroniser.source}: ${toErrorMessage(e)}`);
this.logService.error(e);
Expand Down

0 comments on commit a6fff6a

Please sign in to comment.