mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-13 04:09:08 +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) {
|
if (links.length === 0) {
|
||||||
|
logger.error("0 links! Bailing.", {
|
||||||
|
linkCount: links.length
|
||||||
|
});
|
||||||
return {
|
return {
|
||||||
success: false,
|
success: false,
|
||||||
error:
|
error:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user