Skip to content

Commit 4a9c7d2

Browse files
committed
chore: fix getter
1 parent ec0c4d1 commit 4a9c7d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/McpContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ export class McpContext implements Context {
913913
},
914914
} as ListenerMap;
915915
});
916-
const pages = await this.browser.pages();
916+
const pages = await this.#getAllPages();
917917
await this.#networkCollector.init(pages);
918918
}
919919

0 commit comments

Comments
 (0)