This commit is contained in:
xiaojunnuo
2024-09-05 18:00:45 +08:00
parent fbeaed2035
commit 590ce9642e
13 changed files with 104 additions and 42 deletions
@@ -66,6 +66,8 @@ async function spawn(opts: SpawnOption): Promise<string> {
cmd = item;
}
}
}else{
cmd = opts.cmd
}
log.info(`执行命令: ${cmd}`);
let stdout = "";