Skip to content

Commit

Permalink
Reapply #6363 w/ modification--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Apr 29, 2021
1 parent 0becd94 commit 06a9268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/supplements/recorder/recorderApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class RecorderApp extends EventEmitter {
}

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

0 comments on commit 06a9268

Please sign in to comment.