summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rw-r--r--script/parser/compile.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/parser/compile.lua b/script/parser/compile.lua
index 9724a74f..931f438d 100644
--- a/script/parser/compile.lua
+++ b/script/parser/compile.lua
@@ -2358,7 +2358,7 @@ local function parseExpUnit()
if exp ~= table then
pushErrorNeedParen(table)
end
- return table
+ return exp
end
if CharMapStrSH[token] then