diff options
Diffstat (limited to 'nomsu_tree.moon')
| -rw-r--r-- | nomsu_tree.moon | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nomsu_tree.moon b/nomsu_tree.moon index fc71219..f63f036 100644 --- a/nomsu_tree.moon +++ b/nomsu_tree.moon @@ -54,8 +54,7 @@ Tree "Block", line_lua = line\as_lua(nomsu) if i > 1 lua\append "\n" - line_lua\convert_to_statements! - lua\append line_lua + lua\append line_lua\as_statements! return lua as_nomsu: (inline=false)=> |
