Improvements to FS.

This commit is contained in:
2025-02-07 23:35:51 -08:00
parent 5075329813
commit ab305f7acf
5 changed files with 13 additions and 56 deletions

View File

@@ -100,6 +100,7 @@ final class PathManager {
// remove or add only needed programs. Thereby, limiting the
// amount of allocations.
public func rebuildIndex(at path: String) {
paths[path] = []
paths[path] = indexDirs(at: path, deepness: 2)
}