mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
尝试将节点流导出为c#代码文件
This commit is contained in:
@@ -72,7 +72,8 @@ namespace Serein.Library.Utils
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
if(onException != null) onException(ex);
|
||||
if(onException != null)
|
||||
onException(ex);
|
||||
Debug.WriteLine(ex);
|
||||
}
|
||||
}, null);
|
||||
|
||||
Reference in New Issue
Block a user