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
fix: bug in Windows where expanding globs was not working
In the doublestar library does not play well with windows C:\example\file\path
The slashes need to be replaced with forward slashes before using the library.
0 commit comments