Charles Lyding 774e83df8b fix(@angular-devkit/architect): default to failure if no builder result is provided
Currently, if an architect builder does not provide any results, the CLI will crash
trying to access an error message property on the result. Instead architect will now
provide a default failure result `{ success: false }` in the event that the builder
exits prior to generating a result. Thrown errors continue to be propagated as before.
2022-11-08 09:33:18 +01:00
..
2021-04-28 16:05:49 -07:00

Angular Build Facade

WIP