fix symlinked agents

This commit is contained in:
Dax Raad
2025-07-25 10:20:16 -04:00
parent 151c7ed5a2
commit f307a5ce0b

View File

@@ -51,6 +51,7 @@ export namespace Filesystem {
cwd: current, cwd: current,
absolute: true, absolute: true,
onlyFiles: true, onlyFiles: true,
followSymlinks: true,
dot: true, dot: true,
})) { })) {
result.push(match) result.push(match)