mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
implement error message
This commit is contained in:
parent
4cdfaa2d6b
commit
ee0137f563
1 changed files with 5 additions and 1 deletions
|
|
@ -94,7 +94,11 @@ impl Page {
|
||||||
//println!("{:?}", meta);
|
//println!("{:?}", meta);
|
||||||
//println!("Result: {}", data);
|
//println!("Result: {}", data);
|
||||||
}
|
}
|
||||||
Err(_) => todo!(),
|
Err(e) => {
|
||||||
|
eprintln!(
|
||||||
|
"Failed to read buffer: {e}"
|
||||||
|
)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// @TODO connection.close(cancellable);
|
// @TODO connection.close(cancellable);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue