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
`shelljs.pwd()` returns the absolute paths with backslashes on
Windows, while the glob package works only with forward
slashes.
The fix here was to replace backslashes with forward slashes when the
whole path was set.
0 commit comments