macro fix
This commit is contained in:
@@ -215,7 +215,7 @@ impl JavtifulProvider {
|
|||||||
{
|
{
|
||||||
Some(b) => b,
|
Some(b) => b,
|
||||||
None => {
|
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(
|
let _ = futures::executor::block_on(send_discord_error_report(
|
||||||
&e,
|
&e,
|
||||||
Some("Javtiful Provider"),
|
Some("Javtiful Provider"),
|
||||||
@@ -238,7 +238,7 @@ impl JavtifulProvider {
|
|||||||
.into_iter()
|
.into_iter()
|
||||||
.inspect(|r| {
|
.inspect(|r| {
|
||||||
if let Err(e) = 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(
|
let _ = futures::executor::block_on(send_discord_error_report(
|
||||||
&e,
|
&e,
|
||||||
Some("Javtiful Provider"),
|
Some("Javtiful Provider"),
|
||||||
|
|||||||
Reference in New Issue
Block a user