mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-25 18:49:50 -04:00
FIX: Builds return 0 exit code on success.
This commit is contained in:
parent
e058088a17
commit
68f965a42a
@ -180,7 +180,7 @@ fn do_compile(file: &str, strict: bool, import_paths: &Vec<PathBuf>) -> bool {
|
|||||||
if builder.out.is_none() {
|
if builder.out.is_none() {
|
||||||
eprintln!("Build results in no artifacts.");
|
eprintln!("Build results in no artifacts.");
|
||||||
}
|
}
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
fn visit_ucg_files(
|
fn visit_ucg_files(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user