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

clean: remove redundant allImportedFiles check in _onwrite #346

Commits on Jun 5, 2022

  1. clean: remove redundant allImportedFiles check in _onwrite

    - this checks if any of the files in `parsedConfig.fileNames` are _not_
      in `allImportedFiles`, but all the files in `parsedConfig.fileNames`
      are explicitly added in the `options` hook on line 98
      - so this is redundant / dead code; the check will never be true
    
    - this can be considered a remnant of an old bug as an old commit fixed
      a bug with `allImportedFiles` after it was released:
      ezolenko@f24359e
    agilgur5 committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    ce1ad92 View commit details
    Browse the repository at this point in the history