修复
Some checks failed
CI/CD / Code Check (push) Has been cancelled
CI/CD / Build Windows (push) Has been cancelled

This commit is contained in:
2026-03-17 22:02:34 +08:00
parent 31eadfc38c
commit 61673809c8
5 changed files with 26 additions and 18 deletions

View File

@@ -550,7 +550,7 @@ export class ModCheckService {
jarData = fs.readFileSync(file.filename);
}
const { yauzl_promise } = await import("../utils/ziplib.js");
const { yauzl_promise } = await import("../utils/ziplib");
const zipEntries = await yauzl_promise(jarData);
for (const entry of zipEntries) {