mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
better debug
This commit is contained in:
parent
2428c60456
commit
677ab78aa2
1 changed files with 1 additions and 1 deletions
|
@ -99,8 +99,8 @@ class MarkdownStream:
|
|||
self.live.console.print(show)
|
||||
except UnicodeEncodeError as err:
|
||||
print(err)
|
||||
print(show)
|
||||
print(repr(show))
|
||||
raise err
|
||||
|
||||
self.printed = lines[:num_lines]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue