diff --git a/playwright/main.py b/playwright/main.py index 6a8451c0a..4726ef4bf 100644 --- a/playwright/main.py +++ b/playwright/main.py @@ -49,7 +49,7 @@ async def run_driver_async() -> Connection: str(driver_executable), stdin=asyncio.subprocess.PIPE, stdout=asyncio.subprocess.PIPE, - stderr=asyncio.subprocess.PIPE, + stderr=sys.stderr, limit=32768, ) assert proc.stdout