ryanmcgrath / wrench-js

Recursive file operations in Node.js
MIT License
435 stars 71 forks source link

LineReader.hasNextLine will go to an endless loop #20

Closed e7h4n closed 12 years ago

e7h4n commented 12 years ago

LineReader.hasNextLine will go to an endless loop when buffer is empty or file not end with \n

ryanmcgrath commented 12 years ago

Merged, thanks!