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

Commit 978bdc8

Browse files
committed
开发 测试
1 parent 0254820 commit 978bdc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/compress.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ 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");
6768
return await linuxUnzip(zipPath, dest);
6869
}
6970
}

0 commit comments

Comments
 (0)