We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877f874 commit a98f2f3Copy full SHA for a98f2f3
analysis/reanalyze/src/Paths.ml
@@ -181,7 +181,8 @@ let readSourceDirs ~configSources =
181
else readDirs json
182
| None -> ()
183
else (
184
- Log_.item "Warning: can't find source dirs: %s\n" sourceDirs;
185
- Log_.item "Types for cross-references will not be found by genType.\n";
+ if !Cli.debug then (
+ Log_.item "Warning: can't find source dirs: %s\n" sourceDirs;
186
+ Log_.item "Types for cross-references will not be found.\n");
187
dirs := readDirsFromConfig ~configSources);
188
!dirs
0 commit comments