Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: set noErrors to false when there are compilerOptions errors (#342)
- previously, while errors would be printed, the flag for `noErrors` was not set to `false`, and so there would be no yellow warning about errors - this is mostly just fixing asymmetric UX, but personally, I actually have missed this error before myself, so maybe this will help alleviate that
- Loading branch information