This commit is contained in:
@@ -11,5 +11,5 @@ pub fn run_qemu(config: &QemuConfig) {
|
||||
.map(|s| s.to_string())
|
||||
.collect();
|
||||
|
||||
let handle = Command::new(&config.executable).args(&args).spawn();
|
||||
let _handle = Command::new(&config.executable).args(&args).spawn();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user