From 4970930c2f866133c38fa73800f1a963f0856692 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 4 Mar 2022 16:57:07 +0100 Subject: prepend all generated console messages with 'Haketilo:' --- html/item_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/item_list.js') diff --git a/html/item_list.js b/html/item_list.js index bc1acb9..ba6b352 100644 --- a/html/item_list.js +++ b/html/item_list.js @@ -145,7 +145,7 @@ async function remove_clicked(list_ctx) try { await list_ctx.remove_cb(identifier); } catch(e) { - console.error(e); + console.error("Haketilo:", e); dialog.error(list_ctx.dialog_ctx, `Couldn't remove '${identifier}' :(`) } } -- cgit v1.2.3