« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/find.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/find.js')
-rw-r--r--src/find.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/find.js b/src/find.js
index beee88c..2d162af 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);