forked from mirror/MCSM-Daemon
删除 多余内容
This commit is contained in:
parent
c86a849467
commit
7e4a4b8a5b
@ -53,7 +53,6 @@ async function nodeDecompress(sourceZip: string, destDir: string, fileCode: stri
|
||||
|
||||
export async function compress(sourceZip: string, files: string[], fileCode?: string) {
|
||||
if (system === "linux" && haveLinuxZip()) return await linuxZip(sourceZip, files);
|
||||
|
||||
return await nodeCompress(sourceZip, files, fileCode);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user