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
ENOENT
19.04
12.4.0
Using fast-glob@3.0.2:
fast-glob@3.0.2
> await fastGlob('doesNotExist/*') Thrown: [Error: ENOENT: no such file or directory, scandir '/home/myPackage/doesNotExist'] { errno: -2, code: 'ENOENT', syscall: 'scandir', path: '/home/myPackage/doesNotExist' }
What fast-glob@2.2.7 used to do:
fast-glob@2.2.7
> await fastGlob('doesNotExist/*') []
See above.
The text was updated successfully, but these errors were encountered:
Already fixed in the master branch. The release is planned in the near future (tomorrow or the day after that).
master
Sorry, something went wrong.
Thanks @mrmlnc!
mrmlnc
No branches or pull requests
Environment
19.04
12.4.0
Actual behavior
Using
fast-glob@3.0.2
:Expected behavior
What
fast-glob@2.2.7
used to do:Steps to reproduce
See above.
Code sample
See above.
The text was updated successfully, but these errors were encountered: