diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-09-06 17:29:06 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-09-06 17:29:06 +0800 |
commit | 178d8d9e2cc2a72828e9f187316793e081e4ff12 (patch) | |
tree | 55ed6cd0947823bf97124d42d5a123b8a8aa3566 /script/parser | |
parent | b54172d818b88c41cfdc2c88f00e9caec1dea202 (diff) | |
download | lua-language-server-178d8d9e2cc2a72828e9f187316793e081e4ff12.zip |
fix
Diffstat (limited to 'script/parser')
-rw-r--r-- | script/parser/compile.lua | 2 |
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 |