console debug reload paths

This commit is contained in:
Khaleel Al-Adhami 2025-02-11 17:46:06 -08:00
parent 70f30a35d2
commit 149b81ceef

View File

@ -297,6 +297,8 @@ def get_reload_paths() -> Sequence[Path]:
if all(not path.samefile(exclude) for exclude in exclude_dirs)
)
console.debug(f"Reload paths: {list(map(str, reload_paths))}")
return reload_paths