Windows nodejs child_process exec回显总是打印childProcess实例

时间:2019-02-14 05:25:22

标签: node.js windows echo child-process

像这样:

Screenshot

我尝试使用cmd.exe,powershell.exe,git-bash.exe,它们两个都具有此行为。为什么?

1 个答案:

答案 0 :(得分:0)

如果评估的REPL输入是一个表达式,则评估结果将打印在控制台中,否则将输出undefined

the reference所述,childprocess_exec()返回child process对象:

  

返回:<ChildProcess>