mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
优化了输出提示
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using Serein.Library;
|
||||
using Serein.Library.Api;
|
||||
using Serein.Library.Core;
|
||||
@@ -348,6 +349,7 @@ namespace Serein.NodeFlow.Env
|
||||
{
|
||||
|
||||
}
|
||||
Console.WriteLine($"{DateTime.UtcNow} [{type}] : {message}{Environment.NewLine}");
|
||||
OnEnvOut?.Invoke(type, message);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user