mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
修改了无法保存项目文件的bug
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Serein.Library.Core.NodeFlow
|
||||
|
||||
public Task CreateTimingTask(Action action, int time = 100, int count = -1)
|
||||
{
|
||||
NodeRunCts ??= SereinIoc.GetOrInstantiate<NodeRunCts>();
|
||||
NodeRunCts ??= SereinIoc.GetOrRegisterInstantiate<NodeRunCts>();
|
||||
return Task.Factory.StartNew(async () =>
|
||||
{
|
||||
for (int i = 0; i < count; i++)
|
||||
|
||||
Reference in New Issue
Block a user