We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96a2d2 commit 953698cCopy full SHA for 953698c
analysis/src/Files.ml
@@ -96,4 +96,4 @@ let rec collect ?(checkDir = fun _ -> true) path test =
96
else []
97
| _ -> if test path then [path] else []
98
99
-let isResFile path = exists path && Filename.check_suffix path ".res"
+let isResFile path = Filename.check_suffix path ".res" && exists path
0 commit comments