标签: node.js
我从children process输出一些日志到spawn()生成的终端。 现在我需要clearLine() and cursorTo(0),它可以在父进程中调用,因为stdout应该是isTTY。如何在子进程中调用clearLine和cursorTo(0)?
children process
spawn()
clearLine() and cursorTo(0)
stdout
isTTY