aboutsummaryrefslogtreecommitdiff
path: root/html/payload_create.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/payload_create.js')
-rw-r--r--html/payload_create.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/payload_create.js b/html/payload_create.js
index ebd9236..28ddc6b 100644
--- a/html/payload_create.js
+++ b/html/payload_create.js
@@ -199,7 +199,7 @@ async function create_clicked(form_ctx)
dialog.info(form_ctx.dialog_ctx, "Successfully saved payload!");
clear_form(form_ctx);
} catch(e) {
- console.error(e);
+ console.error("Haketilo:", e);
dialog.error(form_ctx.dialog_ctx, "Failed to save payload :(");
}