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

[5.x] Rebuild modulePath correctly if on Windows (#11439) #11690

Merged
merged 1 commit into from
May 10, 2017
Merged

Commits on May 10, 2017

  1. Rebuild modulePath correctly if on Windows (elastic#11439)

    The module paths are split by ':' and with a Windows filepath (and the 'C:/' prefix),
    the split returns the drive letter and directory path separately.
    This causes the modulePath to be set incorrectly into the packagePaths object
    and the subsequent call for the licenses by key returns undefined on Windows only.
    
    This commit recombines the drive and directory paths and sets the correct key into packagePaths.
    colmose authored and jbudz committed May 10, 2017
    Configuration menu
    Copy the full SHA
    a20d14f View commit details
    Browse the repository at this point in the history