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

Commit a0423a1

Browse files
committed
完善 解压文件
1 parent 978bdc8 commit a0423a1

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
@@ -64,7 +64,6 @@ export async function compress(sourceZip: string, files: string[], fileCode?: st
6464
export async function decompress(zipPath: string, dest: string, fileCode?: string) {
6565
if (system === "linux") {
6666
if (haveLinuxUnzip()) {
67-
console.log("xxxxxxxxxxxxxxxxxx");
6867
return await linuxUnzip(zipPath, dest);
6968
}
7069
}

0 commit comments

Comments
 (0)