feat: Add debug statement to log presence of 'tmp.benchmarks' in roots_to_watch

This commit is contained in:
Paul Gauthier 2025-02-04 13:10:43 -08:00 committed by Paul Gauthier (aider)
parent 5c8c78ca69
commit 85fa8a4761

View file

@ -128,6 +128,7 @@ class FileWatcher:
else:
roots_to_watch = [str(self.root)]
dump("tmp.benchmarks" in roots_to_watch)
for changes in watch(
*roots_to_watch, watch_filter=self.filter_func, stop_event=self.stop_event
):