This commit is contained in:
doryan 2024-08-21 20:58:34 +04:00
parent d45ebcc682
commit 20b1e78aa3

View File

@ -103,7 +103,7 @@ async fn main() {
.unwrap(); .unwrap();
} }
Err(error) => { Err(error) => {
println!("Error text: {:?}", error); eprintln!("Error text: {:?}", error);
} }
} }
} }