We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3dd8ab commit 70a3765Copy full SHA for 70a3765
playwright/_impl/_connection.py
@@ -619,4 +619,4 @@ def format_call_log(log: Optional[List[str]]) -> str:
619
return ""
620
if len(list(filter(lambda x: x.strip(), log))) == 0:
621
622
- return "\nCall log:\n" + "\n - ".join(log) + "\n"
+ return "\nCall log:\n" + "\n".join(log) + "\n"
0 commit comments