leeluolee/fstorm

Append option

Closed this issue · 1 comments

rofc commented

Does fstorm support append option like fs? https://nodejs.org/api/fs.html#fs_file_system_flags

rofc commented

Nevermind, I found out the use of fs.writeFile at index.js:92

writer.write( data , {flag: 'a'} );