mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 11:42:32 +08:00
fix
This commit is contained in:
parent
a9426341f6
commit
7e366aca68
|
@ -72,6 +72,7 @@ export class PuppeteerControl extends AsyncService {
|
|||
}
|
||||
this.browser = await puppeteer.launch({
|
||||
headless: true,
|
||||
timeout: 300_000
|
||||
});
|
||||
this.browser.once('disconnected', () => {
|
||||
this.logger.warn(`Browser disconnected`);
|
||||
|
|
Loading…
Reference in New Issue
Block a user