-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
status: accepting prsPlease, send a pull request to resolve this! 🙏Please, send a pull request to resolve this! 🙏type: bugSomething isn't working :( 🐛Something isn't working :( 🐛
Description
Bug Report Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
mainbranch of the repository. - I have searched for related issues and found none that matched my issue.
Expected
Expected it to work.:)
Actual
collectFileNamesFromGlobs uses default node:path which results in paths like C:\foo\bar\**\*.js on windows.
glob processes backslashes as escape characters and so returns nothing of use.
You should use something like upath for all paths work, or set windowsPathsNoEscape: true in the glob options.
Additional Info
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: accepting prsPlease, send a pull request to resolve this! 🙏Please, send a pull request to resolve this! 🙏type: bugSomething isn't working :( 🐛Something isn't working :( 🐛