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
When I tried to use this on Windows with an absolute path, it appends the cwd to the absolute path
fastGlob.sync("C:/foo/*.bar");
Causes
Error: ENOENT: no such file or directory, scandir 'C:\my\current\working\dir\C:\foo'
The text was updated successfully, but these errors were encountered:
The same thing appears to happen in OS X. It works fine on my Linux machines, but fails in an analogous fashion on a co-worker’s machine.
Sorry, something went wrong.
This is also happening when a pattern doesn't match a file
ENOENT
Sorry for delay. I want add some tests and then I'll publish patch-release. Most likely today.
mrmlnc
Successfully merging a pull request may close this issue.
When I tried to use this on Windows with an absolute path, it appends the cwd to the absolute path
Causes
The text was updated successfully, but these errors were encountered: