nickewing / line-reader

Asynchronous line-by-line file reader for node.js
MIT License
453 stars 75 forks source link

file cached #18

Closed aiex closed 10 years ago

aiex commented 10 years ago

i run the lineReader.eachLine() method first, then after i changed the txt file (add several lines) and run the function ag, the file seem to be cached forever, cannot read the new added lines even when i restart the server.