mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
1
This commit is contained in:
@@ -66,6 +66,8 @@ async function spawn(opts: SpawnOption): Promise<string> {
|
||||
cmd = item;
|
||||
}
|
||||
}
|
||||
}else{
|
||||
cmd = opts.cmd
|
||||
}
|
||||
log.info(`执行命令: ${cmd}`);
|
||||
let stdout = "";
|
||||
|
||||
Reference in New Issue
Block a user