mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 13:11:28 +03:00
fix ci
This commit is contained in:
@@ -638,7 +638,7 @@ pub async fn post_request(url: String, body: String, header: &str) -> ResultType
|
|||||||
if !res.is_empty() {
|
if !res.is_empty() {
|
||||||
return Ok(res);
|
return Ok(res);
|
||||||
}
|
}
|
||||||
bail!(String::from_utf8_lossy(&output.stderr).to_string());
|
hbb_common::bail!(String::from_utf8_lossy(&output.stderr).to_string());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user