Added fix for concatenating string and LuaCode
This commit is contained in:
parent
43e45b1452
commit
39676a87d5
@ -318,7 +318,7 @@ externally ($ is $kind syntax tree) means
|
|||||||
\(
|
\(
|
||||||
=lua ("
|
=lua ("
|
||||||
\$replacement.type == 'Block' and \($replacement as lua) or 'return '..\
|
\$replacement.type == 'Block' and \($replacement as lua) or 'return '..\
|
||||||
..\($replacement as lua expr)
|
..\($replacement as lua expr):text()
|
||||||
")
|
")
|
||||||
)
|
)
|
||||||
end)
|
end)
|
||||||
|
Loading…
Reference in New Issue
Block a user