koishipro-core.js 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -2406,9 +2406,9 @@ async function collectFsDbPaths(fs, pathMod, baseDir) {
2406
2406
  return paths;
2407
2407
  };
2408
2408
  const results = [];
2409
- results.push(...await collectCdbFiles(baseDir));
2410
2409
  const expansionsDir = joinPath3(pathMod, baseDir, "expansions");
2411
2410
  results.push(...await collectCdbFiles(expansionsDir));
2411
+ results.push(...await collectCdbFiles(baseDir));
2412
2412
  return results;
2413
2413
  }
2414
2414
  function isRootCdbEntry(entryName) {