diff --git a/src/bgen/Generator.cs b/src/bgen/Generator.cs index a9caaa7e9812..c16da26d7be5 100644 --- a/src/bgen/Generator.cs +++ b/src/bgen/Generator.cs @@ -1536,6 +1536,7 @@ void ThrowIfExceptions () if (exceptions.All (v => v is BindingException pe && !pe.Error)) { foreach (var e in exceptions) ErrorHelper.Show (e); + return; } throw new AggregateException (exceptions);