mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
(fix): Custom Commands follow symlinks (#4907)
This commit is contained in:
@@ -71,6 +71,7 @@ export class FileCommandLoader implements ICommandLoader {
|
||||
nodir: true,
|
||||
dot: true,
|
||||
signal,
|
||||
follow: true,
|
||||
};
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user