Skip to content

Commit cdb6b7b

Browse files
committed
return the comment
1 parent d8553f0 commit cdb6b7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/playwright-core/src/server/bidi/bidiFirefox.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export class BidiFirefox extends BrowserType {
7777
}
7878

7979
override async attemptToGracefullyCloseBrowser(transport: ConnectionTransport): Promise<void> {
80+
// Note that it's fine to reuse the transport, since our connection ignores kBrowserCloseMessageId.
8081
if (!transport.onmessage) {
8182
// browser.close does not work without an active session. If there is no connection
8283
// created with the transport, make sure to create a new session first.

0 commit comments

Comments
 (0)