mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
优化了SereinEnv.WriteLine(Exception, InfoClass)输出,可以通过更改InfoClass控制是否输出异常堆栈信息。
优化了批量加载节点时,脚本节点类型分析异常的问题。
This commit is contained in:
@@ -37,13 +37,13 @@ namespace Serein.Workbench.Node.ViewModel
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
SereinEnv.WriteLine(InfoType.ERROR, ex.ToString());
|
||||
SereinEnv.WriteLine(ex);
|
||||
}
|
||||
});
|
||||
|
||||
CommandLoadScript = new RelayCommand( o =>
|
||||
{
|
||||
NodeModel.ReloadScript();
|
||||
NodeModel.ReloadScript(); // 工作台重新加载脚本
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user