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: resolve symbolic links completely when hunting for subcommands #935

Merged
merged 1 commit into from
Apr 1, 2019

Commits on Mar 22, 2019

  1. fix: resolve symbol links until their are no more symbolic links

    Depending on your npm / yarn set up a global install may have to resolve
    through several symlinks before it correctly arrives the the baseDir
    that actually contains the other subcommands.
    
    The changes the resolution logic to resolve symlinks until their are no
    more to resolve by using realpath which will resolve links all the way
    to the final destination.
    MarshallOfSound committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    994d24d View commit details
    Browse the repository at this point in the history