aboutsummaryrefslogtreecommitdiff
path: root/html/popup.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/popup.js')
-rw-r--r--html/popup.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/popup.js b/html/popup.js
index ddc0f51..5a5db6c 100644
--- a/html/popup.js
+++ b/html/popup.js
@@ -59,7 +59,7 @@ async function get_current_tab() {
try {
return (await promise)[0];
} catch(e) {
- console.log(e);
+ console.log("Haketilo:", e);
}
}
@@ -157,7 +157,7 @@ async function main() {
else
var page_info = await get_page_info(tab_id);
} catch(e) {
- console.error(e);
+ console.error("Haketilo:", e);
}
if (page_info) {