nickewing / line-reader

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

fixed bug where file with no separator causes infinite loop #31

Closed arthurmilliken closed 8 years ago

arthurmilliken commented 8 years ago

updated line_reader.js, and added test case.

nickewing commented 8 years ago

Looks good. Thanks for your help!