fix(rustdesk): consome resultado do start_sequence para ajustar tipo
This commit is contained in:
parent
d01e28f481
commit
f63dc1f2b8
1 changed files with 1 additions and 0 deletions
|
|
@ -432,6 +432,7 @@ fn ensure_service_running(exe_path: &Path) -> Result<(), RustdeskError> {
|
|||
}
|
||||
Err(error) => Err(error),
|
||||
}
|
||||
;
|
||||
|
||||
// Revalida se o serviço realmente subiu; se não, reinstala e tenta novamente.
|
||||
match query_service_state() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue