Skip to content

Commit

Permalink
console debug reload paths
Browse files Browse the repository at this point in the history
  • Loading branch information
adhami3310 committed Feb 12, 2025
1 parent 70f30a3 commit 149b81c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reflex/utils/exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ def is_excluded_by_default(path: Path) -> bool:
if all(not path.samefile(exclude) for exclude in exclude_dirs)
)

console.debug(f"Reload paths: {list(map(str, reload_paths))}")

return reload_paths


Expand Down

0 comments on commit 149b81c

Please sign in to comment.