Log more details about file errors during fetching
This commit is contained in:
parent
d831eb79e4
commit
74eca31a53
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ pub enum FetchError {
|
||||||
#[error("json parse error")]
|
#[error("json parse error")]
|
||||||
JsonParseError(#[from] serde_json::Error),
|
JsonParseError(#[from] serde_json::Error),
|
||||||
|
|
||||||
#[error("file error")]
|
#[error(transparent)]
|
||||||
FileError(#[from] FileError),
|
FileError(#[from] FileError),
|
||||||
|
|
||||||
#[error("{0}")]
|
#[error("{0}")]
|
||||||
|
|
Loading…
Reference in a new issue