improve logging

master
Tomáš Mládek 2021-04-22 11:32:39 +02:00
parent 50b9883f99
commit bfa569853b
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ async function processScrolls(svg: XMLDocument): Promise<VideoScrollDef[]> {
direction as VideoScrollDirection direction as VideoScrollDirection
) )
) { ) {
console.error(`Unknown direction definition: "${direction}"`); console.error(`Unknown direction definition: "${direction}" (in #${el.id})`);
return false; return false;
} }
return direction as VideoScrollDirection; return direction as VideoScrollDirection;