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
No known key found for this signature in database
GPG key ID: 3999E3EFEC9EEB74

View file

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