mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-07-27 00:52:27 +08:00
chore: fix lint
This commit is contained in:
parent
f9e5abb631
commit
35e579b83d
@ -51,7 +51,7 @@ export class Context {
|
|||||||
this._page.on('console', event => this._console.push(event));
|
this._page.on('console', event => this._console.push(event));
|
||||||
this._page.on('framenavigated', frame => {
|
this._page.on('framenavigated', frame => {
|
||||||
if (!frame.parentFrame())
|
if (!frame.parentFrame())
|
||||||
this._console.length = 0
|
this._console.length = 0;
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
return this._initializePromise;
|
return this._initializePromise;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user