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 generate-helpers failing in URL-encoded path #13404

Merged
merged 1 commit into from May 31, 2021

Commits on May 31, 2021

  1. fix generate-helpers failing in URL-encoded path

    HELPERS_FOLDER.pathname may be URL-encoded, if the working tree's
    absolute path contains spaces, some reserved characters, or anything
    beyond ASCII.
    
    readFile accepts a plain String or URL for the path, but does not
    automatically decode URL-encoded Strings.
    lightmare committed May 31, 2021
    Copy the full SHA
    4871fa4 View commit details
    Browse the repository at this point in the history