maleck13 / readline

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

`end` event not fired #19

Open scaljeri opened 8 years ago

scaljeri commented 8 years ago

When I read a file line by line I noticed that at the end the close event is fired but not the end event

adadgio commented 5 years ago

It is in the latest versions (tested today). Issue can be closed.

piyushbeli commented 2 years ago

The issue still exists but we can use "close" event instead of "end" to identify the end of file.