From b9f117affdd2160a44d81b37eebdcda6e64b727e Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Fri, 24 Apr 2026 17:10:14 +0300 Subject: [PATCH] oh no i forgot semicolon --- scripts/registry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/registry.js b/scripts/registry.js index 7175bd4..4767285 100644 --- a/scripts/registry.js +++ b/scripts/registry.js @@ -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;