mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-05 16:55:42 -04:00
build(deps): bump playwright from 1.49.1 to 1.50.1
This commit is contained in:
2
node_modules/playwright-core/lib/client/waiter.js
generated
vendored
2
node_modules/playwright-core/lib/client/waiter.js
generated
vendored
@@ -35,7 +35,7 @@ class Waiter {
|
||||
this._savedZone = void 0;
|
||||
this._waitId = (0, _utils.createGuid)();
|
||||
this._channelOwner = channelOwner;
|
||||
this._savedZone = _utils.zones.currentZone();
|
||||
this._savedZone = _utils.zones.current().without('apiZone');
|
||||
this._channelOwner._channel.waitForEventInfo({
|
||||
info: {
|
||||
waitId: this._waitId,
|
||||
|
||||
Reference in New Issue
Block a user