mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 21:51:20 +00:00
implement error message
This commit is contained in:
parent
4cdfaa2d6b
commit
ee0137f563
@ -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…
x
Reference in New Issue
Block a user