1
0
Dax Raad 1 жил өмнө
parent
commit
f307a5ce0b

+ 1 - 0
packages/opencode/src/util/filesystem.ts

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