mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-15 21:23:57 +00:00
Download files into tempdir if no cache available
This commit is contained in:
parent
a6c0bd854f
commit
581c2f248d
4 changed files with 39 additions and 22 deletions
|
|
@ -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,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue