aboutsummaryrefslogtreecommitdiff
path: root/nomsu_decompiler.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nomsu_decompiler.lua')
-rw-r--r--nomsu_decompiler.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nomsu_decompiler.lua b/nomsu_decompiler.lua
index 7882596..418ba96 100644
--- a/nomsu_decompiler.lua
+++ b/nomsu_decompiler.lua
@@ -340,6 +340,7 @@ tree_to_nomsu = function(tree)
end
nomsu:add(target_nomsu)
nomsu:add(target_nomsu:is_multiline() and " \\\n..|" or "|")
+ nomsu:add(recurse(tree[2]))
return nomsu
elseif "EscapedNomsu" == _exp_0 then
nomsu = recurse(tree[1])