Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): prepare Angular specific error only before throwing it
This commit updates the implementation of the `readCachedProjectGraph` function and checks whether the `angular.json` file exists only when it's required, throwing the error afterward. This removes the redundant call to `statSync` if we encounter a cached graph.
- Loading branch information