mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
parent
480bbd6a62
commit
5fa6b29668
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ pub fn install_package<'a>(
|
|||
Ok((dest_dir, root_module_filename))
|
||||
} else {
|
||||
// Download into a tempdir; only move it to dest_dir if hash verification passes.
|
||||
println!(
|
||||
eprintln!(
|
||||
"Downloading \u{001b}[36m{url}\u{001b}[0m\n into {}\n",
|
||||
cache_dir.display()
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue