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

module: fix check for package.json at volume root #34595

Closed
wants to merge 1 commit into from
Closed

module: fix check for package.json at volume root #34595

wants to merge 1 commit into from

Commits on Aug 13, 2020

  1. module: fix check for package.json at volume root

    This patch converts the "read package scope" algorithm's while loop
    into a do-while loop enabling items at the filesystem root dir to
    be considered within the scope of a sibling package.json also at the
    filesystem root dir.
    
    Fixes: #33438
    
    Co-authored-by: Guy Bedford <[email protected]>
    Derek Lewis and guybedford committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    e32bf3d View commit details
    Browse the repository at this point in the history