mirror of
https://github.com/alterware/alterware-launcher.git
synced 2025-12-04 07:17:50 +00:00
tweakin
This commit is contained in:
@@ -469,7 +469,7 @@ fn launch(file_path: &PathBuf, args: &str) {
|
|||||||
.wait()
|
.wait()
|
||||||
.expect("Failed to wait for the game process to finish");
|
.expect("Failed to wait for the game process to finish");
|
||||||
|
|
||||||
crate::println_error!("Game exited with status: {}", exit_status);
|
crate::println_error!("Game exited with {}", exit_status);
|
||||||
if !exit_status.success() {
|
if !exit_status.success() {
|
||||||
misc::stdin();
|
misc::stdin();
|
||||||
}
|
}
|
||||||
@@ -498,7 +498,7 @@ fn launch(file_path: &PathBuf, args: &str) {
|
|||||||
.expect("Failed to wait for the game process to finish")
|
.expect("Failed to wait for the game process to finish")
|
||||||
};
|
};
|
||||||
|
|
||||||
crate::println_error!("Game exited with status: {}", exit_status);
|
crate::println_error!("Game exited with {}", exit_status);
|
||||||
if !exit_status.success() {
|
if !exit_status.success() {
|
||||||
misc::stdin();
|
misc::stdin();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user