Closed
Description
I am using the incoming version and it has a TTY object which seems to be responsible of reading from stdin and writing to stdout. Basically I need to redirect these two to a JS library to parse (termlib.js in my case). I cannot seem to be able to use the FS.init
as I get Input is not from a terminal
in the console of my application. So I was wondering if this TTY.register
can be useful or not. Couldn't find any documentation about how to use it.