Log more details about file errors during fetching

This commit is contained in:
silverpill 2022-07-10 20:15:44 +00:00
parent d831eb79e4
commit 74eca31a53

View file

@ -22,7 +22,7 @@ pub enum FetchError {
#[error("json parse error")]
JsonParseError(#[from] serde_json::Error),
#[error("file error")]
#[error(transparent)]
FileError(#[from] FileError),
#[error("{0}")]