maleck13 / readline

read line module for node js
93 stars 27 forks source link

Pass options as argument when using the new operator #15

Closed ghost closed 8 years ago

ghost commented 8 years ago

When returning a new instance the options object was not being passed along the file argument.

This was not allowing the user to specify a max line length.

maleck13 commented 8 years ago

@polmrtn thanks for this fix. merged and published