diff --git a/src/store.ts b/src/store.ts index bf7069932f..cb6ebcc6c3 100644 --- a/src/store.ts +++ b/src/store.ts @@ -329,7 +329,9 @@ class Store extends ElectronStore { relaunchApp(); return false; } else { + // This will either relaunch the app or throw an execption await this.consultUserBackendChangedUnableToMigrate(electronSession); + return false; } }