chore: fix lint
This commit is contained in:
parent
d20f3cac89
commit
4ab880175a
|
|
@ -97,7 +97,6 @@ export class WebKit implements BrowserType {
|
||||||
handleSIGINT = true,
|
handleSIGINT = true,
|
||||||
handleSIGTERM = true,
|
handleSIGTERM = true,
|
||||||
handleSIGHUP = true,
|
handleSIGHUP = true,
|
||||||
timeout = 30000
|
|
||||||
} = options;
|
} = options;
|
||||||
|
|
||||||
let temporaryUserDataDir: string | null = null;
|
let temporaryUserDataDir: string | null = null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue