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

Commit 7e4a4b8

Browse files
committed
删除 多余内容
1 parent c86a849 commit 7e4a4b8

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
@@ -53,7 +53,6 @@ async function nodeDecompress(sourceZip: string, destDir: string, fileCode: stri
5353

5454
export async function compress(sourceZip: string, files: string[], fileCode?: string) {
5555
if (system === "linux" && haveLinuxZip()) return await linuxZip(sourceZip, files);
56-
5756
return await nodeCompress(sourceZip, files, fileCode);
5857
}
5958

0 commit comments

Comments
 (0)