mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
fix(cli): allow unknown parameters in debug command (#8732)
This commit is contained in:
parent
e40b805782
commit
e1c2d67359
@ -69,6 +69,7 @@ commandWithOpenOptions('codegen [url]', 'open page and generate code for user ac
|
||||
program
|
||||
.command('debug <app> [args...]')
|
||||
.description('run command in debug mode: disable timeout, open inspector')
|
||||
.allowUnknownOption(true)
|
||||
.action(function(app, args) {
|
||||
spawn(app, args, {
|
||||
env: { ...process.env, PWDEBUG: '1' },
|
||||
|
Loading…
Reference in New Issue
Block a user