mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 07:29:04 +08:00
feat(extract): add log on 0 links
This commit is contained in:
parent
5d56627bfa
commit
6f696d32ae
@ -257,6 +257,9 @@ export async function performExtraction(
|
||||
});
|
||||
|
||||
if (links.length === 0) {
|
||||
logger.error("0 links! Bailing.", {
|
||||
linkCount: links.length
|
||||
});
|
||||
return {
|
||||
success: false,
|
||||
error:
|
||||
|
Loading…
x
Reference in New Issue
Block a user