-
Notifications
You must be signed in to change notification settings - Fork 44
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
patern match in filenames (without reading content) #38
Comments
I hit this same error today, but it's nothing to do with pattern matching -
.. and it fails in exactly the same place, because the signature for |
I had the same issue today. |
Latest npm version is 0.1.16 while git latest version is 0.1.17. |
Any solution for @GroovyQA original question? That is, using regex with files()? |
Any update? I'd still very much lilke to have pattern matching without having to read all the files |
The pattern matching works very well with "dir.readFiles()" but couldn't figure it out for dir.files(). The exclude and include examples do not seem to be supporting glob-like matching or regex. Here is a sample to illustrate the issue:
When executed, this throws a callback error:
The text was updated successfully, but these errors were encountered: