diff options
-rw-r--r-- | src/find.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/find.js b/src/find.js index beee88cc..2d162af2 100644 --- a/src/find.js +++ b/src/find.js @@ -75,6 +75,7 @@ function findHelper({ include = undefined, getMatchableNames = undefined, + getMatchableDirectories = undefined, }) { const keyRefRegex = new RegExp(String.raw`^(?:(${referenceTypes.join('|')}):(?=\S))?(.*)$`); @@ -105,6 +106,7 @@ function findHelper({ processAllAvailableMatches(data, { include, getMatchableNames, + getMatchableDirectories, }); cache.set(data, subcache); |