From d1d8da83a033b82f7535f71622635a1939e8526e Mon Sep 17 00:00:00 2001 From: Dawid Urbas Date: Thu, 18 Jul 2024 14:52:43 +0200 Subject: [PATCH] Test console --- holo-key-manager-extension/scripts/background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/holo-key-manager-extension/scripts/background.ts b/holo-key-manager-extension/scripts/background.ts index 7fa9d36..7ac784a 100644 --- a/holo-key-manager-extension/scripts/background.ts +++ b/holo-key-manager-extension/scripts/background.ts @@ -137,8 +137,8 @@ const processMessageWebApp = async ( sendResponseWithSender: SendResponseWithSender ) => { try { - console.log(JSON.stringify(parsedMessage)); if (!(await isSetupComplete())) { + console.log(JSON.stringify(parsedMessage)); return updateOrCreateWindow(NEEDS_SETUP, sendResponseWithSender); } switch (parsedMessage.action) {