Nodejs: spawn nodejs child_process without args

后端 未结 0 594
不思量自难忘°
不思量自难忘° 2020-12-14 14:55

exec works as expected with:

const exec_options = {
    cwd: null,
    env: null,
    encoding: \'utf8\',
    timeout: 0, 
    maxBuffer: 200 * 1         


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