-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
globby async variant does not work on windows. #152
Comments
This seems to be working in |
This should have been fixed, we have tests on Windows. |
I am also having this same issue. I've done a bit of testing and believe I may have found an edge case. I have two identical file structures. One is in C:/Program Files, the other is in C:/Program Files (x86) I get an empty [] when targeting anything in Program Files (x86). version: 13.1.2 |
Any update on this issue? Async still doesn't work :( |
If I use the
globby.sync
it is working on windows. Theglobby
default export (async) variant is returning an empty[]
.environment
11.0.0
windows 10
14.9.0
The text was updated successfully, but these errors were encountered: