Closed NotWearingPants closed 4 weeks ago
Yup that's a bug alright
Hi @NotWearingPants, I think I may be able to help with this issue. I would love to be assigned to it if possible!
@Kenny4297 go for it!
@G-Rath This is fixed in 4.12.0. This issue can be closed now, as well as #1052.
@BadIdeaException do you know if we've got a test to guard against future regression?
Yes, we do: openSync.test.ts tests this exact scenario.
(For future reference: this issue was fixed by #1059)
It's possible to read/write files nested inside other files:
/foo
is a regular file, andbar
is also a regular file that's nested in/foo
.Tested with v4.11.1