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

Globs no longer work on Windows in 1.14.5 #2093

Closed
HitkoDev opened this issue Aug 19, 2022 · 3 comments · Fixed by #2094
Closed

Globs no longer work on Windows in 1.14.5 #2093

HitkoDev opened this issue Aug 19, 2022 · 3 comments · Fixed by #2094

Comments

@HitkoDev
Copy link
Contributor

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.

@HitkoDev
Copy link
Contributor Author

@bitwiseman e7c9dcb

@bitwiseman
Copy link
Member

@HitkoDev
A PR to fix this would be great. This made it in because the Windows CI builds were failing for other reasons.

@bitwiseman
Copy link
Member

@HitkoDev
Thanks! Releasing the new version now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants