Skip to content

Commit 2815faa

Browse files
committed
revert last change
1 parent f19751f commit 2815faa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/processSnapshot.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,15 +684,13 @@ export default async function processSnapshot(snapshot: Snapshot, ctx: Context):
684684

685685
if (!validation.valid) {
686686
optionWarnings.add(validation.error!);
687+
continue;
687688
}
688689

689690
if(renderViewports.length > 1){
690691
optionWarnings.add(`for snapshot ${snapshot.name} viewport ${viewportString}, coordinates may not be accurate for multiple viewports`);
691692
}
692693

693-
if(!validation.valid){
694-
continue;
695-
}
696694

697695
const coordinateElement = {
698696
type: 'coordinates',

0 commit comments

Comments
 (0)