line-reader
line-reader copied to clipboard
Asynchronous line-by-line file reader for node.js
I have no idea how it stops working when I load my module in unit tests while it works directly. I'm not spying fa or path modules. I'm using jasmine...
The first, most basic example in the readme works on a Mac but not on Windows. Tried a file with one line (with line ending) on both platforms. Tried different...
Hello.I just use the demo after installed the module,but I got the following error: [10745:1021/162854:ERROR:nw_shell.cc(336)] TypeError: Cannot read property 'length' of undefined
The eachLine function is documented to return an object with one property, then. It is documented as: "If a callback is provided to then, it will be called once all...
Calling `eachLine` on an empty file executes the error call back function (`errCb`) with an `undefined` error. I think the correct behaviour would be to not execute any of the...