mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix Windows CI and minor display tweak
This commit is contained in:
parent
bdb3c714dc
commit
b8963b463e
2 changed files with 2 additions and 1 deletions
|
@ -160,6 +160,7 @@ fn run() -> Result<()> {
|
|||
} else {
|
||||
// on Windows/macOS, the user needs to close the terminal/console
|
||||
// currently, but ideas on how we can avoid this would be good!
|
||||
println!();
|
||||
println!("Anki will start shortly.");
|
||||
println!("\x1B[1mYou can close this window.\x1B[0m\n");
|
||||
}
|
||||
|
|
|
@ -100,7 +100,7 @@ pub fn finalize_uninstall() {
|
|||
return;
|
||||
}
|
||||
Err(e) => {
|
||||
println!("Failed to launch uninstaller: {}", e);
|
||||
println!("Failed to launch uninstaller: {e}");
|
||||
println!("You can manually run: {}", path.display());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue