We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c93be0 commit ad780cfCopy full SHA for ad780cf
src/bgen/Generator.cs
@@ -1536,6 +1536,7 @@ void ThrowIfExceptions ()
1536
if (exceptions.All (v => v is BindingException pe && !pe.Error)) {
1537
foreach (var e in exceptions)
1538
ErrorHelper.Show (e);
1539
+ return;
1540
}
1541
1542
throw new AggregateException (exceptions);
0 commit comments