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