Skip to content

Commit d352ddf

Browse files
committed
[SchemaValidator] Continue on Sheet not found
1 parent aa2df0d commit d352ddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SchemaValidator/SchemaValidator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public static void Main(string[] args)
9090
if (exh == null)
9191
{
9292
results.Add(ValidationResult.Error(sheetName, "SheetExistsValidator", "Schema exists but sheet does not!"));
93+
continue;
9394
}
9495

9596
Sheet sheet;

0 commit comments

Comments
 (0)