mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2025-10-12 00:25:14 +03:00
chore: fix lint
This commit is contained in:
@@ -51,7 +51,7 @@ export class Context {
|
||||
this._page.on('console', event => this._console.push(event));
|
||||
this._page.on('framenavigated', frame => {
|
||||
if (!frame.parentFrame())
|
||||
this._console.length = 0
|
||||
this._console.length = 0;
|
||||
});
|
||||
})();
|
||||
return this._initializePromise;
|
||||
|
||||
Reference in New Issue
Block a user