Skip to content

Commit

Permalink
Test console
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jul 18, 2024
1 parent 28626ec commit d1d8da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holo-key-manager-extension/scripts/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d1d8da8

Please sign in to comment.