-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to
and to_line
results in ERR_STREAM_PREMATURE_CLOSE
#410
Comments
Thank you for the fast turnaround on this @wdavidw! |
Gosh, I burned my day on it and it is not really fixed considering that I had to re-open #333! |
Argh I'm sorry -- I'll see if I can find a cycle soon to at least try to help think about #333 (there are so many moving parts with node streams these days!) |
With great pleasure, I tried all the variations that come into my head without a suitable solution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When I try setting
to_line
orto
to a value that is NOT the end of the file, node throws aERR_STREAM_PREMATURE_CLOSE
at me.To Reproduce
Additional context
This seems like it might be related to the changes made for #333.
In this example, if the CSV only has 2 rows then there's no issue.
The text was updated successfully, but these errors were encountered: