FIX: Builds return 0 exit code on success.

This commit is contained in:
Jeremy Wall 2019-10-18 06:51:17 -05:00
parent e058088a17
commit 68f965a42a

View File

@ -180,7 +180,7 @@ fn do_compile(file: &str, strict: bool, import_paths: &Vec<PathBuf>) -> bool {
if builder.out.is_none() {
eprintln!("Build results in no artifacts.");
}
return false;
return true;
}
fn visit_ucg_files(