fix symlinked agents

pull/1317/head v0.3.68
Dax Raad 2025-07-25 10:20:16 -04:00
parent 151c7ed5a2
commit f307a5ce0b
1 changed files with 1 additions and 0 deletions

View File

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