-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
creates undefined directories #325
Comments
I created a fork of https://github.com/heygrady/memory-fs/tree/memfs There are also some failures related to windows-style paths. I'm exploring easy ways to make |
Thanks for reporting this! If you have examples of bugs related to streams, I would kindly ask you to open a new issue. |
🎉 This issue has been resolved in version 2.15.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The streams issue was a false alarm. Turns out that streams in |
Im |
Was comparing
memfs
andmemory-fs
and was failing a test. Discovered thatmemfs
will create undefined directories when youfs.mkdirSync("/");
and that directory already exists.The text was updated successfully, but these errors were encountered: