Skip to content

Commit 70a3765

Browse files
authored
chore: fix double call log formatting (microsoft#2805)
1 parent a3dd8ab commit 70a3765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/_impl/_connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,4 +619,4 @@ def format_call_log(log: Optional[List[str]]) -> str:
619619
return ""
620620
if len(list(filter(lambda x: x.strip(), log))) == 0:
621621
return ""
622-
return "\nCall log:\n" + "\n - ".join(log) + "\n"
622+
return "\nCall log:\n" + "\n".join(log) + "\n"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy