feat(extract): add log on 0 links

This commit is contained in:
Gergő Móricz 2025-01-23 19:25:12 +01:00
parent 5d56627bfa
commit 6f696d32ae

View File

@ -257,6 +257,9 @@ export async function performExtraction(
});
if (links.length === 0) {
logger.error("0 links! Bailing.", {
linkCount: links.length
});
return {
success: false,
error: