mirror of
https://github.com/veeso/termscp.git
synced 2026-04-12 21:21:33 -07:00
Fixed upload transfer error not being logged
This commit is contained in:
@@ -68,7 +68,7 @@ pub enum HostErrorType {
|
||||
/// ### HostError
|
||||
///
|
||||
/// HostError is a wrapper for the error type and the exact io error
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct HostError {
|
||||
pub error: HostErrorType,
|
||||
ioerr: Option<std::io::Error>,
|
||||
|
||||
Reference in New Issue
Block a user