mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-12-30 00:37:31 +00:00
Nick: js-sdk 1.15.4
This commit is contained in:
parent
a7178c0c6f
commit
88904a5cde
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mendable/firecrawl-js",
|
||||
"version": "1.15.3",
|
||||
"version": "1.15.4",
|
||||
"description": "JavaScript SDK for Firecrawl API",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@ -1262,7 +1262,7 @@ export default class FirecrawlApp {
|
||||
throw new FirecrawlError(
|
||||
`Failed to ${action}. Status code: ${response.status}. Error: ${errorMessage}${details}`,
|
||||
response.status,
|
||||
response.data.details
|
||||
response?.data?.details
|
||||
);
|
||||
} else {
|
||||
throw new FirecrawlError(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user