You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this sounds similar to my problem:
expose an interactive process (repl) with a json restful apiserver
= connect stdin/stdout streams to request/response buffers
i needed something more "high level" than stringio
and by searching for "capture stdout of interactive child process in nodejs"
i found a stackoverflow question on interactive terminal emulation
aka implementing the TTY protocol in nodejs
Is there any way to know what is the last line, or the index of the iteration?
Thanks for your work!
The text was updated successfully, but these errors were encountered: