mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
fix: Print text content using Text object in commands.py
This commit is contained in:
parent
d5aaa9a2a5
commit
ddedd40307
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class Commands:
|
||||||
|
|
||||||
if paginate:
|
if paginate:
|
||||||
with self.io.console.pager():
|
with self.io.console.pager():
|
||||||
self.io.console.print(content)
|
self.io.console.print(Text(content))
|
||||||
|
|
||||||
return content
|
return content
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue