check for no version in manifest generation

This commit is contained in:
DecDuck
2024-10-20 20:31:07 +11:00
parent cf578bd005
commit eb3f9f91ca

View File

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