mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-05 10:45:41 -04:00
build(deps): bump playwright from 1.49.1 to 1.50.1
This commit is contained in:
3
node_modules/playwright-core/lib/remote/playwrightServer.js
generated
vendored
3
node_modules/playwright-core/lib/remote/playwrightServer.js
generated
vendored
@@ -83,7 +83,8 @@ class PlaywrightServer {
|
||||
return new _playwrightConnection.PlaywrightConnection(semaphore.acquire(), clientType, ws, {
|
||||
socksProxyPattern: proxyValue,
|
||||
browserName,
|
||||
launchOptions
|
||||
launchOptions,
|
||||
allowFSPaths: this._options.mode === 'extension'
|
||||
}, {
|
||||
playwright: this._preLaunchedPlaywright,
|
||||
browser: this._options.preLaunchedBrowser,
|
||||
|
||||
Reference in New Issue
Block a user