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
fast-glob([ '/path/to/src/modules/*/actions/**/*.php', '!**/src/modules/go/**/*.php', ]) []
fast-glob([ '/path/to/src/modules/*/actions/**/*.php', '!**/src/modules/go/**/*.php', ]) [ /path/to/src/modules/A/actions/A.php", "/path/to/src/modules/A/actions/B.php", "/path/to/src/modules/A/actions/C.php", "/path/to/src/modules/A/actions/D.php", "/path/to/src/modules/A/actions/E.php", "/path/to/src/modules/B/actions/sub/A.php", ... 2914 matches ]
fast-glob([ '/path/to/src/modules/*/actions/**/*.php', '!**/src/modules/go/**/*.php', ])
The text was updated successfully, but these errors were encountered:
Thank you for the detailed description of the issue 🎉
Based on the description, I think it's a duplicate for #266. I'll fix it soon.
Sorry, something went wrong.
Shipped with 3.2.3.
3.2.3
Thanks works.
mrmlnc
No branches or pull requests
Environment
Actual behavior (3.2.2)
Expected behavior (3.1.1)
Steps to reproduce
Code sample
The text was updated successfully, but these errors were encountered: