mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
cli: add --verbose flag to CMD_BUILD
This commit is contained in:
parent
3b3f79a5d2
commit
4764b23282
4 changed files with 24 additions and 1 deletions
|
@ -92,6 +92,7 @@ pub fn generate(
|
|||
RocCacheDir::Persistent(cache::roc_cache_packages_dir().as_path()),
|
||||
load_config,
|
||||
Some(dylib_dir.path()),
|
||||
false,
|
||||
),
|
||||
Err(_) => {
|
||||
eprintln!("`roc glue` was unable to create a tempdir.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue