fix(系统设置): 加载插件异常会导致服务无法启动
This commit is contained in:
parent
01c028adf2
commit
be66e80e96
|
@ -156,7 +156,7 @@ public class PluginLoadService {
|
|||
try {
|
||||
loadPlugin(fileName);
|
||||
msPluginManager.startPlugin(plugin.getId());
|
||||
} catch (Exception e) {
|
||||
} catch (Throwable e) {
|
||||
LogUtils.error("初始化插件异常" + plugin.getFileName(), e);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue