angular / angular-cli

CLI tool for Angular
https://cli.angular.dev
MIT License
26.79k stars 11.98k forks source link

refactor(@angular/build): adjust code to propagate errors from Piscina #28918

Closed alan-agius4 closed 4 days ago

alan-agius4 commented 4 days ago

Ensure that errors occurring during initialization are properly propagated, as Piscina currently swallows errors during worker initialization. For more details, see: https://github.com/piscinajs/piscina/blob/b64747233446ca4271e6aed744a740f637e278a5/src/worker.ts#L57

alan-agius4 commented 4 days ago

The changes were merged into the following branches: main, 19.0.x