Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Commits on Jun 4, 2022

  1. fix: set noErrors to false when there are compilerOptions errors

    - 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 committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    5aef045 View commit details
    Browse the repository at this point in the history