报错
This commit is contained in:
@@ -31,6 +31,7 @@ public class FunUtils {
|
||||
try {
|
||||
func.run();
|
||||
} catch (Exception e) {
|
||||
log.error("方法执行失败: {}", msg, e);
|
||||
log.warn(msg.length > 0 ? msg[0] : "方法执行失败: {}", e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user