-
Notifications
You must be signed in to change notification settings - Fork 59
fix trailing slash #14
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
Conversation
|
Darnit I wrote a whole fancy post but then I refreshed the page. :( |
|
Long story short, can we move this fix to here: Lines 18 to 31 in e47c9c1
and make it not silently "fix" double-slashes in the middle of paths like so probably somethign like: if (parts[parts.length - 1] === '/') parts.pop() |
|
Not sure how to do this since you can't just replace |
|
😆 No you can! Lines 85 to 91 in e47c9c1
|
|
So |
|
No. :( |
|
I try to never use |
|
Ok, now I understand I'll update the code to use the module then. but after change it don't throw error. |
|
Will check broken build tomorrow. |
|
The build faling is not related to the code, tests are passing. The issue is with SauceLabs that give timeout errors. |
It didn't throw an error for the Thanks so much!! I can't wait to see what you're creating with lightning-fs :) |
|
🎉 This PR is included in version 3.2.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
I use it together with isomorphic git, right that I've reused my old service worker to for server like access for file in FS. (the same I use it my git terminal) with this small fix the code is almost the same (only library switch) but it load faster. |


Simple fix for #13