mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-19 20:05:00 +00:00
cleanup
This commit is contained in:
parent
f94e05e04e
commit
61671e9d3f
1 changed files with 1 additions and 2 deletions
|
@ -122,8 +122,7 @@ class FileWatcher:
|
|||
continue
|
||||
changed_files = {str(Path(change[1])) for change in changes}
|
||||
self.changed_files.update(changed_files)
|
||||
if self.io.prompt_session and self.io.prompt_session.app:
|
||||
self.io.interrupt_input()
|
||||
self.io.interrupt_input()
|
||||
return
|
||||
except Exception as e:
|
||||
if self.verbose:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue