Node/electron: child_process.exec reporting error even though it is successful

前端 未结 0 946
迷失自我
迷失自我 2020-12-06 12:48

I am executing:

child_process.exec(\'pkill -9 -f someprog\', (err) => {
    console.log(err);
});

What I see on my side 100% is that

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