Backed out changeset 46f4c195d34a (bug 1915216) for causing async related xpcshell failures CLOSED TREE

This commit is contained in:
Norisz Fay
2024-10-16 18:07:26 +03:00
parent 466ee18416
commit e8694852ee
15 changed files with 106 additions and 793 deletions

View File

@@ -2698,7 +2698,7 @@ export class BackupService extends EventTarget {
);
await IOUtils.writeJSON(postRecoveryPath, postRecovery);
await profileSvc.asyncFlush();
profileSvc.flush();
if (shouldLaunch) {
Services.startup.createInstanceWithProfile(profile);