max-mapper / csv-write-stream

A CSV encoder stream that produces properly escaped CSVs
BSD 2-Clause "Simplified" License
204 stars 37 forks source link

unable to write after end #39

Closed ggepenyan closed 5 years ago

ggepenyan commented 6 years ago

I writed a csv and ended. After I tried to write again and got error: write after end. What can I do?

notslang commented 5 years ago

You're not supposed to be able to write to a closed stream. Is there a reason why you'd expect that to work?