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
If there's a directory symlink somewhere and it points into a parent directory fdir will enter an infinite loop. Other libraries such as fast-glob seem to have an upper limit to avoid this, but I haven't looked at its handling yet