You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(@angular/build): show full aggregate errors from vitest
Vitest may throw an `AggregateError` which can contain one or more specific
errors. The output console logging will now show each of these specific
errors in addition to the main thrown error.
0 commit comments