We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b691a commit 8697c92Copy full SHA for 8697c92
playwright/main.py
@@ -49,7 +49,7 @@ async def run_driver_async() -> Connection:
49
str(driver_executable),
50
stdin=asyncio.subprocess.PIPE,
51
stdout=asyncio.subprocess.PIPE,
52
- stderr=asyncio.subprocess.PIPE,
+ stderr=sys.stderr,
53
limit=32768,
54
)
55
assert proc.stdout
0 commit comments