From dfd8457cce2e98fc9b9520958a770bb4bc0052ac Mon Sep 17 00:00:00 2001 From: Kyrre Gjerstad Date: Mon, 27 Oct 2025 15:15:28 +0100 Subject: [PATCH] fix: fix app starter --- packages/core/src/utils/buttons-app-starter/appStarter.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/core/src/utils/buttons-app-starter/appStarter.ts b/packages/core/src/utils/buttons-app-starter/appStarter.ts index 72c738d4e..063a9b734 100644 --- a/packages/core/src/utils/buttons-app-starter/appStarter.ts +++ b/packages/core/src/utils/buttons-app-starter/appStarter.ts @@ -57,6 +57,8 @@ export class AppStarter { if (!isActive) { this.masterPromise = Promise.resolve() + this.masterResolve = () => {} + this.masterReject = () => {} return }