-
Notifications
You must be signed in to change notification settings - Fork 80
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: #135 #140
fix: #135 #140
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #140 +/- ##
===========================================
- Coverage 93.77% 93.73% -0.04%
===========================================
Files 20 20
Lines 546 543 -3
Branches 123 121 -2
===========================================
- Hits 512 509 -3
Misses 34 34
Continue to review full report at Codecov.
|
07c0116
to
8a2a1c0
Compare
Is there any word on having this released as a patch version? |
@ChrisBrownie55 I'll release it if you want. |
@AnatoleLucet I'd really appreciate it! Can't currently use this project on Windows without out it lol |
🎉 This PR is included in version 0.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
According to this issue: nodejs/node#31710, Node doesn't support backslash in an import. So I've just dropped the backslash when writing imports, but paths are still logged with backslash on windows (as they should).