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(file_bowser): correct path separators on mingw (#168)
fd on Windows outputs file paths with forward slashes when run under mingw.
This ensures that fd always outputs backslashes on Windows systems.
This should have no impact on other OSes.
Fix: #167
0 commit comments