Skip to content

Commit 112b38c

Browse files
committed
always reset browser state
1 parent 45af16c commit 112b38c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/services/browser/BrowserSession.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,8 @@ export class BrowserSession {
199199
await this.browser.disconnect().catch(() => {})
200200
} else {
201201
await this.browser?.close().catch(() => {})
202-
this.resetBrowserState()
203202
}
204-
205-
// this.resetBrowserState()
203+
this.resetBrowserState()
206204
}
207205
return {}
208206
}

0 commit comments

Comments
 (0)