more bugfixes

This commit is contained in:
Simon
2026-01-07 13:09:05 +00:00
parent 0b3f1fdc1d
commit 7f3ae83b1b

View File

@@ -216,8 +216,9 @@ impl JavtifulProvider {
Some(b) => b,
None => {
eprint!("Javtiful Provider: Failed to get block from html");
let err = Error::from(ErrorKind::Parse("html".into()));
let _ = futures::executor::block_on(send_discord_error_report(
&e,
&err,
Some("Javtiful Provider"),
Some(&format!("Failed to get block from html:\n```{html}\n```")),
file!(),