wait for exit when success

This commit is contained in:
2025-03-30 20:55:32 +08:00
parent 527354a3af
commit 40f9ea4572

View File

@@ -31,6 +31,7 @@ fn main() {
wait_for_exit(); wait_for_exit();
std::process::exit(1); std::process::exit(1);
} }
wait_for_exit();
} }
fn main_entry() -> eyre::Result<()> { fn main_entry() -> eyre::Result<()> {