mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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!("Result: {}", data);
|
||||
}
|
||||
Err(_) => todo!(),
|
||||
Err(e) => {
|
||||
eprintln!(
|
||||
"Failed to read buffer: {e}"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
// @TODO connection.close(cancellable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue