aboutsummaryrefslogtreecommitdiff
path: root/nomsu_compiler.moon
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu_compiler.moon')
-rw-r--r--nomsu_compiler.moon3
1 files changed, 1 insertions, 2 deletions
diff --git a/nomsu_compiler.moon b/nomsu_compiler.moon
index 5deb7a5..d617446 100644
--- a/nomsu_compiler.moon
+++ b/nomsu_compiler.moon
@@ -636,8 +636,7 @@ with NomsuCompiler
return inline if inline and #tostring(inline) <= space
indented = @tree_to_nomsu(t, pop_comments, space)
if t.type == "Action" and not (tree.type == "Block" or tree.type == "FileChunks")
- indented\prepend("(..)\n ", pop_comments(t.source.start))
- --return inline if inline and #tostring(indented) <= #tostring(inline) + 10
+ indented = NomsuCode(t.source, "(..)\n ", pop_comments(t.source.start), indented)
return indented
switch tree.type