make the thing not print if there is an error

This commit is contained in:
endernon 2025-01-02 12:08:39 +00:00
parent 1cf1701579
commit f678b418a8

View file

@ -44,6 +44,6 @@ pub enum Errorfr {
JsonDlReqFileWriteFail,
/// 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
}