This commit is contained in:
Paul Gauthier 2025-01-07 10:49:21 -08:00
parent f94e05e04e
commit 61671e9d3f

View file

@ -122,7 +122,6 @@ 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()
return
except Exception as e: