mirror of
https://github.com/LCE-Hub/LCE-Workshop.git
synced 2026-07-18 08:17:36 +00:00
oh no i forgot semicolon
This commit is contained in:
parent
1e0daf7744
commit
b9f117affd
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue