mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-15 14:15:56 +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);
|
resolve((await getScrapeQueue().getJob(job.id)).returnvalue);
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
job.waitUntilFinished(scrapeQueueEvents, timeout)
|
|
||||||
}))[0]
|
}))[0]
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (e instanceof Error && e.message.startsWith("Job wait")) {
|
if (e instanceof Error && e.message.startsWith("Job wait")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user