comment added
This commit is contained in:
parent
89500c82a8
commit
113656a257
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ worker.onmessage = function(event) {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
// handling commands from the backgoound page
|
||||
browser.runtime.onMessage.addListener((message, sender, sendResponse) => {
|
||||
console.log(">>>>>>>>>>>>> controller.js onMessage: " + JSON.stringify(message));
|
||||
if (message.command === "chatgpt_send") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue