- v4.5.3: Fix root selection when multiple roots exist
- brain.find() returns Result[] which has entity.createdAt, not top-level createdAt
- Changed from (a as any).createdAt to a.entity?.createdAt
- Ensures oldest root is selected (most likely to have VFS files)
- Fixes Workshop team bug where VFS files exist but readdir('/') returns empty
Related: v4.5.2 tried to fix field name but accessed wrong object level
|
||
|---|---|---|
| .. | ||
| importers | ||
| semantic | ||
| streams | ||
| FSCompat.ts | ||
| index.ts | ||
| PathResolver.ts | ||
| TreeUtils.ts | ||
| types.ts | ||
| VirtualFileSystem.ts | ||