forked from mirror/MCSM-Daemon
删除 多余输出
This commit is contained in:
parent
e77f8c868f
commit
3130d34292
@ -113,7 +113,6 @@ function haveLinuxZip() {
|
||||
|
||||
async function linuxUnzip(sourceZip: string, destDir: string) {
|
||||
return new Promise((resolve, reject) => {
|
||||
console.log("linuxUnzip:", [sourceZip, "-d", destDir]);
|
||||
const process = child_process.spawn("unzip", [sourceZip, "-d", destDir], {
|
||||
cwd: path.normalize(path.dirname(sourceZip))
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user