mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +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
|
continue
|
||||||
changed_files = {str(Path(change[1])) for change in changes}
|
changed_files = {str(Path(change[1])) for change in changes}
|
||||||
self.changed_files.update(changed_files)
|
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
|
return
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
if self.verbose:
|
if self.verbose:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue