aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-12 21:24:08 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-12 21:24:13 -0700
commitaf62e3e8bf2794048e7c20fc16fabd8c4726961e (patch)
tree71230e6b87b41ac7d0ce0d38cdabcf183317e25c /nomsu.lua
parentf908bb49b30dcead0c5123a513a1ee9e70dac412 (diff)
All tests passing.
Diffstat (limited to 'nomsu.lua')
-rw-r--r--nomsu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.lua b/nomsu.lua
index 6080637..a69c8df 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -197,7 +197,7 @@ run = function()
end
local tree = nomsu:parse(file, source)
if tree then
- if tree.type ~= "FileChunks" then
+ if tree.type ~= "File" then
tree = {
tree
}