mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 05:24:57 +08:00
When purging stale build cache entries, the `readdir` call will fail if the cache base path does not exist. This allows for a single check and the removal of the previous separate `existSync` call. Additionally, a repeat join call has also been removed during the stale directory check.