diff options
Diffstat (limited to 'core/operators.nom')
| -rw-r--r-- | core/operators.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/operators.nom b/core/operators.nom index 91a09ab..1bb9f0b 100644 --- a/core/operators.nom +++ b/core/operators.nom @@ -68,7 +68,7 @@ test: if \$var.type == 'Var' then lua:add_free_vars({var_lua:text()}) end - lua:add(' = ', \($value as lua expr), ';') + lua:add(' = ', \($value as lua expr)) end return lua" |
