diff --git a/src/core_main.rs b/src/core_main.rs index efaa21d60..632558baf 100644 --- a/src/core_main.rs +++ b/src/core_main.rs @@ -190,7 +190,7 @@ pub fn core_main() -> Option> { ); let text = match res { Ok(_) => translate("Installation Successful!".to_string()), - Err(_) => { + Err(err) => { println!("Failed with error: {err}"); translate("Installation failed!".to_string()) }