Skip to content

Commit

Permalink
Test windowProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jul 18, 2024
1 parent eef5fb0 commit 1b2d925
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 @@ -73,7 +73,7 @@ const createOrUpdateWindow = (
handleWindowUpdateOrCreate();
};

console.log(windowProperties);
console.log(JSON.stringify(windowProperties));

if (windowId) {
chrome.windows.remove(windowId, () => {
Expand Down

0 comments on commit 1b2d925

Please sign in to comment.