mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-05 15:57:50 +00:00
everything tbh
This commit is contained in:
@@ -102,7 +102,7 @@ pub async fn run(update_only: bool) {
|
||||
// restarting spawns a new console, automation should manually restart on exit code 201
|
||||
if !update_only {
|
||||
let restart_error = restart().to_string();
|
||||
crate::println_error!("Failed to restart launcher: {}", restart_error);
|
||||
crate::println_error!("Failed to restart launcher: {restart_error}");
|
||||
println!("Please restart the launcher manually.");
|
||||
misc::stdin();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user