diff --git a/reflex/testing.py b/reflex/testing.py index eda27ea00..6a45c51eb 100644 --- a/reflex/testing.py +++ b/reflex/testing.py @@ -399,7 +399,8 @@ class AppHarness: self.frontend_process.stdout.readline() # pyright: ignore [reportOptionalMemberAccess] ) # catch I/O operation on closed file. - except ValueError: + except ValueError as e: + print(e) break if not line: break