Skip to content

Commit e8e027a

Browse files
authored
1 parent ba3e5f9 commit e8e027a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/services/userDataProfile/browser/userDataProfileImportExportService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,7 @@ export class UserDataProfileImportExportService extends Disposable implements IU
556556
try {
557557
await this.doExportProfile(userDataProfilesExportState);
558558
} catch (error) {
559+
exportAction.enabled = true;
559560
this.notificationService.error(error);
560561
throw error;
561562
}

0 commit comments

Comments
 (0)