mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
refactor: Update terminal detection message to include pretty output
This commit is contained in:
parent
6c7a0d21d2
commit
a9cf438100
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ class InputOutput:
|
|||
else:
|
||||
self.console = Console(force_terminal=False, no_color=True) # non-pretty
|
||||
if self.is_dumb_terminal:
|
||||
self.tool_output("Detected dumb terminal, disabling fancy input.")
|
||||
self.tool_output("Detected dumb terminal, disabling fancy input and pretty output.")
|
||||
|
||||
self.file_watcher = file_watcher
|
||||
self.root = root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue