Skip to content

Commit 06a9268

Browse files
committed
Reapply #6363 w/ modification--amend
1 parent 0becd94 commit 06a9268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/supplements/recorder/recorderApp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class RecorderApp extends EventEmitter {
9494
}
9595

9696
static async open(inspectedContext: BrowserContext): Promise<RecorderApp> {
97-
const recorderPlaywright = require('../../playwright').createPlaywright() as import('../../playwright').Playwright;
97+
const recorderPlaywright = require('../../playwright').createPlaywright(true) as import('../../playwright').Playwright;
9898
const args = [
9999
'--app=data:text/html,',
100100
'--window-size=600,600',

0 commit comments

Comments
 (0)