aboutsummaryrefslogtreecommitdiff
path: root/html/repo_query.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/repo_query.js')
-rw-r--r--html/repo_query.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/repo_query.js b/html/repo_query.js
index 61f4b10..7cfd6fe 100644
--- a/html/repo_query.js
+++ b/html/repo_query.js
@@ -96,7 +96,7 @@ function RepoEntry(query_view, repo_url) {
const schema = haketilo_schemas[$id];
const result = haketilo_validator.validate(response.json, schema);
if (result.errors.length > 0) {
- console.error(result.errors);
+ console.error("Haketilo:", result.errors);
const reg = new RegExp(schema.properties.$schema.pattern);
if (response.json.$schema && !reg.test(response.json.$schema))