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
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
getChildProps
incorrectly sets thefollow
based onthis.follow
, shouldn't it bethis.props.follow
?https://github.com/isaacs/fstream/blob/master/lib/dir-reader.js#L212
follow
onthis
orme
is not being set anywhere. This causes wrong behaviour when usingfollow: true
on nested folders that have symlinks.The text was updated successfully, but these errors were encountered: