fix: reboot passes rust_analyzer
This commit is contained in:
parent
5b0b6429fa
commit
ad5b7bb00f
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,9 @@ pub fn handle_client() {
|
|||
disk.write_all(&buffer).unwrap();
|
||||
|
||||
// Reboot.
|
||||
Command::new("reboot").unwrap();
|
||||
let _reboot = Command::new("reboot")
|
||||
.output()
|
||||
.unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue