mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
fix: Add period to output message for consistency
This commit is contained in:
parent
28be59582f
commit
2619b92131
1 changed files with 1 additions and 1 deletions
|
@ -880,7 +880,7 @@ class Commands:
|
||||||
|
|
||||||
if add:
|
if add:
|
||||||
num_lines = len(combined_output.strip().splitlines())
|
num_lines = len(combined_output.strip().splitlines())
|
||||||
self.io.tool_output(f"Added {num_lines} lines of output to the chat")
|
self.io.tool_output(f"Added {num_lines} lines of output to the chat.")
|
||||||
|
|
||||||
msg = prompts.run_output.format(
|
msg = prompts.run_output.format(
|
||||||
command=args,
|
command=args,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue