From bfa569853bf66c06ea3c8163ea2e976fabef7dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 22 Apr 2021 11:32:39 +0200 Subject: [PATCH] improve logging --- app/src/components/SVGContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/components/SVGContent.vue b/app/src/components/SVGContent.vue index f8074d6..29b1120 100644 --- a/app/src/components/SVGContent.vue +++ b/app/src/components/SVGContent.vue @@ -469,7 +469,7 @@ async function processScrolls(svg: XMLDocument): Promise { direction as VideoScrollDirection ) ) { - console.error(`Unknown direction definition: "${direction}"`); + console.error(`Unknown direction definition: "${direction}" (in #${el.id})`); return false; } return direction as VideoScrollDirection;