[debug] fix error about non-existing dir in infer-out/captured/...

Summary: Sometimes it didn't exist and infer would crash...

Reviewed By: ezgicicek

Differential Revision: D16458977

fbshipit-source-id: a86af3f9b
master
Jules Villard 6 years ago committed by Facebook Github Bot
parent ea32a9dfd8
commit 4fe9b2c8dd

@ -329,6 +329,7 @@ end = struct
| exception Caml.Not_found ->
[]
in
DB.Results_dir.init file ;
write_html_file file pdescs_in_file )
source_files_in_cfg

Loading…
Cancel
Save