mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-04 13:41:31 +00:00
krata: fix console restoration
This commit is contained in:
@ -71,6 +71,7 @@ impl LauchCommand {
|
||||
println!("created guest: {}", id);
|
||||
None
|
||||
};
|
||||
StdioConsoleStream::restore_terminal_mode();
|
||||
std::process::exit(code.unwrap_or(0));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user