macro fix
This commit is contained in:
@@ -215,7 +215,7 @@ impl JavtifulProvider {
|
||||
{
|
||||
Some(b) => b,
|
||||
None => {
|
||||
eprint("Javtiful Provider: Failed to get block from html");
|
||||
eprint!("Javtiful Provider: Failed to get block from html");
|
||||
let _ = futures::executor::block_on(send_discord_error_report(
|
||||
&e,
|
||||
Some("Javtiful Provider"),
|
||||
@@ -238,7 +238,7 @@ impl JavtifulProvider {
|
||||
.into_iter()
|
||||
.inspect(|r| {
|
||||
if let Err(e) = r {
|
||||
eprint("Javtiful Provider: Failed to get video item");
|
||||
eprint!("Javtiful Provider: Failed to get video item");
|
||||
let _ = futures::executor::block_on(send_discord_error_report(
|
||||
&e,
|
||||
Some("Javtiful Provider"),
|
||||
|
||||
Reference in New Issue
Block a user