mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 12:28:50 +00:00
fmt
This commit is contained in:
parent
1cdb3e8161
commit
ccea20d2ea
@ -125,9 +125,7 @@ pub async fn kernel(
|
||||
fn write(&mut self, buf: &[u8]) -> std::io::Result<usize> {
|
||||
self
|
||||
.0
|
||||
.send(StreamContent::stdout(
|
||||
&String::from_utf8_lossy(buf),
|
||||
))
|
||||
.send(StreamContent::stdout(&String::from_utf8_lossy(buf)))
|
||||
.ok();
|
||||
Ok(buf.len())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user