mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +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)
|
self.live.console.print(show)
|
||||||
except UnicodeEncodeError as err:
|
except UnicodeEncodeError as err:
|
||||||
print(err)
|
print(err)
|
||||||
print(show)
|
|
||||||
print(repr(show))
|
print(repr(show))
|
||||||
|
raise err
|
||||||
|
|
||||||
self.printed = lines[:num_lines]
|
self.printed = lines[:num_lines]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue