comment added

This commit is contained in:
mic 2024-07-21 16:24:38 +02:00
parent 89500c82a8
commit 113656a257

View file

@ -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") {