This repository was archived by the owner on Aug 11, 2021. It is now read-only.
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
Follow does not get propagated to child entries of dir reader #14
Open
Description
getChildProps
incorrectly sets the follow
based on this.follow
, shouldn't it be this.props.follow
?
https://github.com/isaacs/fstream/blob/master/lib/dir-reader.js#L212
follow
on this
or me
is not being set anywhere. This causes wrong behaviour when using follow: true
on nested folders that have symlinks.
Metadata
Metadata
Assignees
Labels
No labels