mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
Angular CLI versions prior to v14 may not exit correctly if not forcibly exited via `process.exit`. When the local CLI version is less than v14, the CLI will now use `process.exit` to ensure the process exits with these older CLI versions. Fixes #23289