diff --git a/src/store.ts b/src/store.ts index cb6ebcc6c3..c20ec3c12b 100644 --- a/src/store.ts +++ b/src/store.ts @@ -61,6 +61,7 @@ const safeStorageBackendMap: Omit< }; function relaunchApp(): void { + console.info("Relaunching app..."); app.relaunch(); app.exit(); }