master_ob2
PC-202302260912\Administrator 2023-08-07 14:01:18 +08:00
parent 3e70166697
commit b96c008047
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"version":"6", "version":"7",
"classes":[ "classes":[
{"name":"HeroLogic.class","fullName":"com.ljsd.jieling.logic.hero.HeroLogic"} {"name":"HeroLogic.class","fullName":"com.ljsd.jieling.logic.hero.HeroLogic"}
] ]

View File

@ -5550,7 +5550,7 @@ public class HeroLogic {
} }
} }
} catch (Exception e) { } catch (Exception e) {
throw new RuntimeException(e); LOGGER.error("鸿蒙阵报错,{}",e);
} }
} }