Can't kill child process on Windows

后端 未结 4 1846
暗喜
暗喜 2021-01-11 20:24

The following will never exit

var child_process = require(\'child_process\');

var ps = child_process.spawn(\'.\\\\node_modules\\\\.bin\\\\babel.cmd\', [\'in         


        
4条回答
提交回复
热议问题