this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

swallow error

+1 -1
+1 -1
lib/impl.ml
··· 235 235 match fetch (filename_of_module name) with 236 236 | Some content -> 237 237 let name = Filename.(concat path filename) in 238 - S.create_file ~name ~content 238 + (try S.create_file ~name ~content with _ -> ()) 239 239 | None -> ()) 240 240 dcs.dcs_toplevel_modules; 241 241