mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-12 04:29:25 +08:00
修复了全局节点连接异常异常。
This commit is contained in:
@@ -16,5 +16,11 @@ namespace Serein.Script.Node
|
||||
/// </summary>
|
||||
public string Name { get; }
|
||||
public IdentifierNode(string name) => Name = name;
|
||||
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"let {Name}";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user