lazy-file v3.3.1
·
47 commits
to main
since this release
- Handle stream errors in
lazy-file/fs
'writeFile
. When there is an error in the stream, callwriteStream.end()
on the underlying file stream before rejecting the promise.