(fix): Custom Commands follow symlinks (#4907)

This commit is contained in:
Abhi
2025-07-25 23:27:23 -04:00
committed by GitHub
parent 771cb229ab
commit 3e81359c6b
2 changed files with 58 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ export class FileCommandLoader implements ICommandLoader {
nodir: true,
dot: true,
signal,
follow: true,
};
try {