fix ci
This commit is contained in:
parent
fb658cba2b
commit
61c03a921d
1 changed files with 1 additions and 1 deletions
|
|
@ -638,7 +638,7 @@ pub async fn post_request(url: String, body: String, header: &str) -> ResultType
|
|||
if !res.is_empty() {
|
||||
return Ok(res);
|
||||
}
|
||||
bail!(String::from_utf8_lossy(&output.stderr).to_string());
|
||||
hbb_common::bail!(String::from_utf8_lossy(&output.stderr).to_string());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue