The error.code property will be the exit code of the process. ... (error, stdout, stderr) => { if (error) { throw error; } console.log(stdout); });
確定! 回上一頁