mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-21 02:22:40 +00:00
fix symlinked agents
This commit is contained in:
parent
151c7ed5a2
commit
f307a5ce0b
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ export namespace Filesystem {
|
|||
cwd: current,
|
||||
absolute: true,
|
||||
onlyFiles: true,
|
||||
followSymlinks: true,
|
||||
dot: true,
|
||||
})) {
|
||||
result.push(match)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue