You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated the symlink removal process on Windows to first attempt removing directory symlinks with `fs::remove_dir`, and fallback to `fs::remove_file` for file symlinks. This change improves error handling and clarity in the code.
0 commit comments