Skip to content

fix: set noErrors = false when there are compilerOptions errors#342

Merged
ezolenko merged 1 commit into
ezolenko:masterfrom
agilgur5:fix-report-errors-on-compiler-options
Jun 7, 2022
Merged

fix: set noErrors = false when there are compilerOptions errors#342
ezolenko merged 1 commit into
ezolenko:masterfrom
agilgur5:fix-report-errors-on-compiler-options

Conversation

@agilgur5

@agilgur5 agilgur5 commented Jun 4, 2022

Copy link
Copy Markdown
Collaborator

Summary

Set noErrors = false when checking compilerOptions errors as well

Details

  • 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 kind of situation

@agilgur5 agilgur5 added the kind: bug Something isn't working properly label Jun 4, 2022
- 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
@agilgur5 agilgur5 force-pushed the fix-report-errors-on-compiler-options branch from 66f4b5c to 5aef045 Compare June 4, 2022 16:21
@ezolenko ezolenko merged commit b1e3b44 into ezolenko:master Jun 7, 2022
@agilgur5 agilgur5 deleted the fix-report-errors-on-compiler-options branch July 2, 2023 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind: bug Something isn't working properly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants