mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-23 09:04:47 +00:00
fix symlinked agents
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user