mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
1. Script项目添加了数组表达式的支持
2. EmitHelper添加了数组创建委托的构建
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"token in {Row} row, type is \"{Type}\", value is \"{Value}\".";
|
||||
return $"token in {Row} row, type is \"{Type}\", value is \"{Value}\"";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user