Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 3130d34

Browse files
committed
删除 多余输出
1 parent e77f8c8 commit 3130d34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/compress.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ function haveLinuxZip() {
113113

114114
async function linuxUnzip(sourceZip: string, destDir: string) {
115115
return new Promise((resolve, reject) => {
116-
console.log("linuxUnzip:", [sourceZip, "-d", destDir]);
117116
const process = child_process.spawn("unzip", [sourceZip, "-d", destDir], {
118117
cwd: path.normalize(path.dirname(sourceZip))
119118
});

0 commit comments

Comments
 (0)