memory-fs
memory-fs copied to clipboard
Allow writefile to be called with empty string
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
@sokra I came across this issue today. Looks like a fairly straightforward fix, anything missing from this PR so that you could merge it?