make the thing not print if there is an error
This commit is contained in:
parent
1cf1701579
commit
f678b418a8
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@ pub enum Errorfr {
|
||||||
JsonDlReqFileWriteFail,
|
JsonDlReqFileWriteFail,
|
||||||
|
|
||||||
/// Name value was not found in json
|
/// Name value was not found in json
|
||||||
#[error("Error 3.4: \"Name\" field was not found in the json (required for Gear, Tome, Charm)")]
|
#[error("Error 3.4: \"name\" field was not found in the json (required for Gear, Tome, Charm)")]
|
||||||
JsonNotFoundName
|
JsonNotFoundName
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue