ufs.createWriteStream
fails when folder exists but file does not
#428
Labels
ufs.createWriteStream
fails when folder exists but file does not
#428
Description
Creating a folder and then writing directly to a file in the folder is a normal usecase that
unionfs
does not support.Steps to reproduce
With file
Using the default node
fs
worksUsing
memfs
directly worksUsing the combined
ufs
fails withCause
Union fs checks file exists before attempting to use the file systems
unionfs/src/union.ts
Line 307 in 302e21a
Suggestion
Related
The text was updated successfully, but these errors were encountered: