diff options
Diffstat (limited to 'nomsu_compiler.moon')
| -rw-r--r-- | nomsu_compiler.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_compiler.moon b/nomsu_compiler.moon index 5cd7863..7ab2494 100644 --- a/nomsu_compiler.moon +++ b/nomsu_compiler.moon @@ -277,7 +277,7 @@ compile = setmetatable({ bit_lua = LuaCode\from bit.source, "List(function(add)", "\n ", bit_lua, "\nend):joined()" - elseif bit.type != "Text" and bit.type != "Number" + elseif bit.type != "Text" bit_lua = LuaCode\from(bit.source, "tostring(",bit_lua,")") add_bit bit_lua |
