Commit 8acae71
committed
playwright: drop --with-deps flag on Windows (unsupported; noisy no-op)
Playwright's --with-deps is a Linux apt-get-based dependency
installer (and a macOS no-op). On Windows it's flat-out unsupported —
Playwright prints a hard warning and ignores the flag. That warning
pollutes our install log parser. Gate the flag on not IS_WINDOWS
so the Windows install invocation stays clean.1 parent d91336f commit 8acae71
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
608 | | - | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
609 | 616 | | |
610 | 617 | | |
611 | 618 | | |
| |||
0 commit comments