Skip to content

Commit a411f91

Browse files
committed
chore : error to log
1 parent aacb042 commit a411f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatgpt_injector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ chrome.storage.local.get("copiedText", (result) => {
2020
sendButton.click();
2121
chrome.storage.local.remove("copiedText");
2222
} else {
23-
console.error("Cannot find the send button");
23+
console.log("Cannot find the send button");
2424
}
2525
}, 500);
2626
} catch (error) {

0 commit comments

Comments
 (0)