diff --git a/lib/dir-reader.js b/lib/dir-reader.js index dd9883b..7934bb2 100644 --- a/lib/dir-reader.js +++ b/lib/dir-reader.js @@ -209,7 +209,7 @@ DirReader.prototype.getChildProps = function (stat) { return { depth: this.depth + 1 , root: this.root || this , parent: this - , follow: this.follow + , follow: this.props.follow , filter: this.filter , sort: this.props.sort }