patch for no version check in manifest generation

This commit is contained in:
DecDuck
2024-10-20 20:38:28 +11:00
parent eb3f9f91ca
commit 395219d0cb

View File

@ -68,7 +68,7 @@ class ManifestGenerator {
take: 1,
})
)[0];
if(!currentVersion) return {};
if(!currentVersion) return undefined;
versions.push(currentVersion);
if (!currentVersion.delta) break;
}