everything tbh

This commit is contained in:
2024-08-29 22:02:19 +02:00
parent 2cdf7f38d1
commit 8d05683bd1
10 changed files with 168 additions and 141 deletions

View File

@@ -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();
}