Closed ORESoftware closed 5 years ago
hi @ORESoftware - in core I don't think we have a better interface than this, I am aware of npm modules that do this as their main exported feature, for example: https://www.npmjs.com/package/linestream https://www.npmjs.com/search?q=linereader
ping @ORESoftware
hey thanks, yeah np I can work with this
closing then, thanks!
I have imported:
I have this method:
this should ensure that I get a whole line of output from the readable stream input. My question is, is there a better way or simpler way to do this, instead of using
readline.createInterface()
?