Download files into tempdir if no cache available

This commit is contained in:
Richard Feldman 2022-11-20 11:29:31 -05:00
parent a6c0bd854f
commit 581c2f248d
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
4 changed files with 39 additions and 22 deletions

View file

@ -87,6 +87,7 @@ fn write_types_for_module_real(module_id: ModuleId, filename: &str, output_path:
target_info,
roc_reporting::report::RenderTarget::ColorTerminal,
roc_reporting::report::DEFAULT_PALETTE,
roc_cache_dir,
Threading::AllAvailable,
);