maleck13 / readline

read line module for node js
93 stars 27 forks source link

Added \r as newline character, emits line on last line #2

Closed wilson428 closed 9 years ago

wilson428 commented 9 years ago

This checks for leftover contents in "line" when the close event on the stream fires and emits it. I hadn't realized that there's is also an unstable "readline" core module, but it has the same problem.

I also added \r as a newline character (buffer code 13).