mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 12:45:58 +08:00
fix
This commit is contained in:
parent
ad82175fb8
commit
76c8e9f996
@ -63,7 +63,6 @@ export async function scrapeHelper(
|
||||
resolve((await getScrapeQueue().getJob(job.id)).returnvalue);
|
||||
}
|
||||
}, 1000);
|
||||
job.waitUntilFinished(scrapeQueueEvents, timeout)
|
||||
}))[0]
|
||||
} catch (e) {
|
||||
if (e instanceof Error && e.message.startsWith("Job wait")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user