We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Glob 8, introduced in 1.14.5, now treats backslashes (\) in input as escape characters (https://github.com/isaacs/node-glob/blob/main/changelog.md#80). Nopt on Windows expands paths passed as arguments to contain backslashes, so they no longer get matched by glob.
1.14.5
\
The text was updated successfully, but these errors were encountered:
@bitwiseman e7c9dcb
Sorry, something went wrong.
@HitkoDev A PR to fix this would be great. This made it in because the Windows CI builds were failing for other reasons.
@HitkoDev Thanks! Releasing the new version now.
Successfully merging a pull request may close this issue.
Description
Glob 8, introduced in
1.14.5
, now treats backslashes (\
) in input as escape characters (https://github.com/isaacs/node-glob/blob/main/changelog.md#80). Nopt on Windows expands paths passed as arguments to contain backslashes, so they no longer get matched by glob.The text was updated successfully, but these errors were encountered: