File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1- import type {
2- LaunchOptions ,
3- BrowserConnectOptions ,
4- BrowserLaunchArgumentOptions ,
5- } from 'puppeteer'
1+ import * as puppeteer from 'puppeteer'
62
73import type {
84 WhatsAppClientType ,
@@ -76,7 +72,7 @@ export default class WhatsAppManager extends WhatsAppBase {
7672 log . verbose ( PRE , 'initWhatsAppClient()' )
7773 const { puppeteer = { } , ...restOptions } = options
7874 const { args, ...restPuppeteerOptions } = puppeteer
79- const puppeteerOptions : LaunchOptions & BrowserLaunchArgumentOptions & BrowserConnectOptions = {
75+ const puppeteerOptions : puppeteer . LaunchOptions & puppeteer . ConnectOptions = {
8076 /**
8177 * No usable sandbox!
8278 * https://github.com/pedroslopez/whatsapp-web.js/issues/344#issuecomment-691570764
You can’t perform that action at this time.
0 commit comments