making linters happy
Some checks failed
CI / Rust Blocking Checks (push) Failing after 22s
CI / Web Blocking Checks (push) Failing after 26s
CI / Security Blocking Checks (push) Successful in 9s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Has been cancelled
Some checks failed
CI / Rust Blocking Checks (push) Failing after 22s
CI / Web Blocking Checks (push) Failing after 26s
CI / Security Blocking Checks (push) Successful in 9s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Has been cancelled
This commit is contained in:
@@ -1877,7 +1877,7 @@ pub async fn stream_artifact(
|
||||
Some((
|
||||
Ok(Event::default()
|
||||
.event("content")
|
||||
.data(String::from_utf8_lossy(&buf).into_owned())),
|
||||
.data(String::from_utf8_lossy(&buf))),
|
||||
TailState::Tailing {
|
||||
full_path,
|
||||
file_path,
|
||||
@@ -1967,7 +1967,7 @@ pub async fn stream_artifact(
|
||||
Some((
|
||||
Ok(Event::default()
|
||||
.event("append")
|
||||
.data(String::from_utf8_lossy(&new_buf).into_owned())),
|
||||
.data(String::from_utf8_lossy(&new_buf))),
|
||||
TailState::Tailing {
|
||||
full_path,
|
||||
file_path,
|
||||
|
||||
Reference in New Issue
Block a user