log(err); // err.code will be the exit code of the child process console.log(err.code); // err.signal will be set to the signal that terminated the process ...
確定! 回上一頁