mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-08 16:28:59 +08:00
Merge branch 'main' into feat-sdks/cancel-crawl
This commit is contained in:
commit
4960b2b0c2
@ -287,7 +287,7 @@ export default class FirecrawlApp {
|
||||
this.handleError(response, "scrape URL");
|
||||
}
|
||||
} catch (error: any) {
|
||||
throw new FirecrawlError(error.message, 500);
|
||||
this.handleError(error.response, "scrape URL");
|
||||
}
|
||||
return { success: false, error: "Internal server error." };
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user