Open Janpot opened 6 years ago
Fixes https://github.com/webpack/memory-fs/issues/57
This aligns memory-fs with native fs behavior when it comes to empty/missing arguments for writeFileSync
memory-fs
fs
writeFileSync
@sokra I came across this issue today. Looks like a fairly straightforward fix, anything missing from this PR so that you could merge it?
Fixes https://github.com/webpack/memory-fs/issues/57
This aligns
memory-fs
with nativefs
behavior when it comes to empty/missing arguments forwriteFileSync