You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output includes files in the .git directory. Interestingly, removing some of the extensions in the second --glob impacts the output in unexpected ways. Changing the first glob to not use a recursive glob also seems to make it work.
If I look at the debug output, it looks like the generated regex for the second glob is:
Repro:
The output includes files in the
.git
directory. Interestingly, removing some of the extensions in the second--glob
impacts the output in unexpected ways. Changing the first glob to not use a recursive glob also seems to make it work.If I look at the debug output, it looks like the generated regex for the second glob is:
Which is just plain wrong. The alternation should be in a group.
The text was updated successfully, but these errors were encountered: