-
-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: windows path separator #443
Conversation
92de8c3
to
ba2284a
Compare
## [0.14.1](v0.14.0...v0.14.1) (2020-06-25) ### Bug Fixes * windows path separator ([#443](#443)) ([8048600](8048600))
🎉 This PR is included in version 0.14.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Why not use |
@fisker Could you explain or create a PR for that? Line 360 in b147172
But I' curios if it is better to find every single place instead of just correct the one already working location |
Short description of what this resolves:
In windows files are separated with
\
instead of/
This fix implemented a detection for windows and fix the unix style
/
for windows reportsProposed changes:
Use
\
as file separator in windows