readline: fix `line` event, if input emit 'end'
If an input stream would emit `end` event, like `fs.createReadStream`, then readline need to get the last line correctly even though that line isnt ended with `\n`.
parent
c9802801
Please register or sign in to comment