mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
fix: Catch switchcoder exception in run_commands
This commit is contained in:
parent
79428cf4ed
commit
befe6be86c
1 changed files with 1 additions and 0 deletions
|
@ -1309,6 +1309,7 @@ class Commands:
|
|||
continue
|
||||
|
||||
self.io.tool_output(f"\nExecuting: {cmd}")
|
||||
# catch switchcoder exception and print error that cmd is only supported with interactive /commands ai!
|
||||
self.run(cmd)
|
||||
|
||||
def completions_raw_save(self, document, complete_event):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue