How to start a child process successfully in node without waiting for it to complete?

前端 未结 0 2033
说谎
说谎 2021-02-10 23:45

How do I ensure the child process has started without waiting for it to complete? Here is my code.

const runMyProc = () => {

const cmd = "MyProc";

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题