feat(extract): add log on 0 links
This commit is contained in:
@@ -257,6 +257,9 @@ export async function performExtraction(
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (links.length === 0) {
|
if (links.length === 0) {
|
||||||
|
logger.error("0 links! Bailing.", {
|
||||||
|
linkCount: links.length
|
||||||
|
});
|
||||||
return {
|
return {
|
||||||
success: false,
|
success: false,
|
||||||
error:
|
error:
|
||||||
|
|||||||
Reference in New Issue
Block a user