improve logging
This commit is contained in:
parent
50b9883f99
commit
bfa569853b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue