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
fs.isdir fails to detect symlinked directories as directories. This can be fixed by checking if the destination of the link is a directory. Would this be desirable as a PR?