fix: use the encoded bytes instead of mistakenly discarding them
This commit is contained in:
@@ -76,7 +76,7 @@ impl RenderManager {
|
|||||||
} else {
|
} else {
|
||||||
tracing::info!("encode ok");
|
tracing::info!("encode ok");
|
||||||
}
|
}
|
||||||
encode_result.expect("TODO");
|
let bytes = encode_result.expect("TODO");
|
||||||
|
|
||||||
let path = render.to_string();
|
let path = render.to_string();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user