diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-11 15:28:18 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-11 15:28:18 -0800 |
| commit | 39676a87d5eba6e7fc828b85f633990699c8ba0e (patch) | |
| tree | 1667f0f28f13bb8320c9f68173ab740780bc414d /core | |
| parent | 43e45b145279946f01876efe36e0e7acad4ce8c3 (diff) | |
Added fix for concatenating string and LuaCode
Diffstat (limited to 'core')
| -rw-r--r-- | core/metaprogramming.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/metaprogramming.nom b/core/metaprogramming.nom index 85d342c..fa29a8a 100644 --- a/core/metaprogramming.nom +++ b/core/metaprogramming.nom @@ -318,7 +318,7 @@ externally ($ is $kind syntax tree) means \( =lua (" \$replacement.type == 'Block' and \($replacement as lua) or 'return '..\ - ..\($replacement as lua expr) + ..\($replacement as lua expr):text() ") ) end) |
