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
I use '11.0.0', and there is a txt under the directory
const ret = globby.sync('D:/Program Files (x86)/1/*.txt'); console.log(ret)
The result is that we can't find it. We trace the underlying code and find that there is a problem with regular matching
Another problem is that the directory partition must be /. Windows\\will also result in empty results
/
\\
The text was updated successfully, but these errors were encountered:
any update on this?
Sorry, something went wrong.
Due to a change in API writing, I had to choose version 11.0.0, which I did not attempt
No branches or pull requests
I use '11.0.0', and there is a txt under the directory
The result is that we can't find it. We trace the underlying code and find that there is a problem with regular matching
Another problem is that the directory partition must be
/
. Windows\\
will also result in empty resultsThe text was updated successfully, but these errors were encountered: