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
Deleting a directory with rm or rmSync does not delete the directory when run on a memfs Volume patched in with patchFs.
Both methods work when using a memfs Volume directly, just not with patchFs.
Only the rm and rmSync methods don't work. The rmdir and rmdirSync methods seem to work as intended with patchFs and an memfs Volume.
fs-monkey/src/util/lists.js doesn't contain rm or rmSync. I'm not sure whether they were left out intentionally for some reason, or if their absence really is a bug.
Yup this sounds like a bug that should hopefully be fixed by #362, however CI is currently broken so we can't publish new releases until #366 is resolved by @streamich
Deleting a directory with
rm
orrmSync
does not delete the directory when run on a memfs Volume patched in withpatchFs
.Both methods work when using a memfs Volume directly, just not with
patchFs
.Only the
rm
andrmSync
methods don't work. Thermdir
andrmdirSync
methods seem to work as intended withpatchFs
and an memfs Volume.fs-monkey/src/util/lists.js doesn't contain
rm
orrmSync
. I'm not sure whether they were left out intentionally for some reason, or if their absence really is a bug.memfs-rm.js.txt
The text was updated successfully, but these errors were encountered: