mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-19 04:05:59 +08:00
fix
This commit is contained in:
parent
f7fd8132b8
commit
0b93e7da53
@ -1018,6 +1018,7 @@ export class PuppeteerControl extends AsyncService {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
gotoPromise.catch(() => 'just dont crash anything');
|
||||||
let waitForPromise: Promise<any> | undefined;
|
let waitForPromise: Promise<any> | undefined;
|
||||||
if (options?.waitForSelector) {
|
if (options?.waitForSelector) {
|
||||||
const t0 = Date.now();
|
const t0 = Date.now();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user