oh no i forgot semicolon

This commit is contained in:
/home/neo 2026-04-24 17:10:14 +03:00 committed by GitHub
parent 1e0daf7744
commit b9f117affd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,7 +108,7 @@ for (const entry of entries) {
}
for (const entry of entries2) {
const pkgPath = ".00versions/"+entry
const pkgPath = ".00versions/"+entry;
if (!statSync(pkgPath).isDirectory()) continue;
const metaPath = join(pkgPath, "meta.json");
let raw;