This commit is contained in:
genotrance
2020-03-12 02:53:11 -05:00
committed by GitHub
parent 64995db4fd
commit bbc231f8e0
2 changed files with 17 additions and 9 deletions

View File

@@ -57,9 +57,9 @@ proc setupVM*(module: PSym; cache: IdentCache; scriptName: string;
# Idea: Treat link to file as a file, but ignore link to directory to prevent
# endless recursions out of the box.
cbos listFiles:
cbos listFilesImpl:
listDirs(a, {pcFile, pcLinkToFile})
cbos listDirs:
cbos listDirsImpl:
listDirs(a, {pcDir})
cbos removeDir:
if defined(nimsuggest) or graph.config.cmd == cmdCheck: