stderr is sent to stdout of parent process. // you can set options.stdio if you want it to go elsewhere. const stdout = execSync('ls');.
確定! 回上一頁