nickewing / line-reader

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

errors? #7

Closed mark-hahn closed 8 years ago

mark-hahn commented 11 years ago

What happens on an open or read error? Using the node standard would be nice. Throwing is not nice in node.

jedwards1211 commented 9 years ago

Hi Mark, I see it's been two years since you wrote this...did you find a more actively maintained line reader library?

mark-hahn commented 9 years ago

No but I haven't been looking. I've just gotten in the habit of coding my own.

jedwards1211 commented 9 years ago

I see. Well probably soon I'll make a PR that passes errors to node-style callbacks.