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:
@@ -40,7 +40,7 @@ namespace Serein.Workbench.ViewModels
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
flowEnvironment.WriteLine(Library.InfoType.ERROR, ex.ToString());
|
||||
SereinEnv.WriteLine(ex);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user