This repository was archived by the owner on Aug 11, 2021. It is now read-only.
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
Writer examples in readme are wrong #47
Open
Description
All three Writer
examples on the readme invoke end
on the return of ``write(). But
.write()` returns booleans, not objects with `.end` methods.
fstream
.Writer({ path: "path/to/file"
, mode: 0755
, size: 6
})
.write("hello\n")
.end() //=> TypeError: fstream.Writer(...).write(...).end is not a function
Metadata
Metadata
Assignees
Labels
No labels