Skip to content

Commit

Permalink
Reflect the use case mentioned in
Browse files Browse the repository at this point in the history
  • Loading branch information
tunaflsh authored and Delgan committed Aug 28, 2023
1 parent 373baf6 commit 0518e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loguru/_colorama.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ def should_wrap(stream):
def wrap(stream):
from colorama import AnsiToWin32

return AnsiToWin32(stream, convert=True, strip=False, autoreset=False).stream
return AnsiToWin32(stream, convert=True, strip=True, autoreset=False).stream

0 comments on commit 0518e14

Please sign in to comment.