Solved a bug where the options window was breaking the popup window. The issue was that some branches of the message handler in the background script weren't returning anything at all.
This commit is contained in:
3
Shared (Extension)/Resources/utils.js
Normal file
3
Shared (Extension)/Resources/utils.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export async function bglog(msg) {
|
||||
await browser.runtime.sendMessage({ kind: 'log', payload: msg });
|
||||
}
|
||||
Reference in New Issue
Block a user