summaryrefslogtreecommitdiff
path: root/script/parser
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-09-06 17:29:06 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-09-06 17:29:06 +0800
commit178d8d9e2cc2a72828e9f187316793e081e4ff12 (patch)
tree55ed6cd0947823bf97124d42d5a123b8a8aa3566 /script/parser
parentb54172d818b88c41cfdc2c88f00e9caec1dea202 (diff)
downloadlua-language-server-178d8d9e2cc2a72828e9f187316793e081e4ff12.zip
fix
Diffstat (limited to 'script/parser')
-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