mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
fix println type
This commit is contained in:
parent
eac6d0dc07
commit
e9442334aa
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ pub fn error(e: &anyhow::Error) {
|
|||
}
|
||||
|
||||
pub fn info(message: String) {
|
||||
eprintln!("[{}] [info] {message}", now())
|
||||
println!("[{}] [info] {message}", now())
|
||||
}
|
||||
|
||||
fn now() -> u128 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue