mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
cleanup
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user