Skip to content

Commit 178d8d9

Browse files
committed
fix
1 parent b54172d commit 178d8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/parser/compile.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@ local function parseExpUnit()
23582358
if exp ~= table then
23592359
pushErrorNeedParen(table)
23602360
end
2361-
return table
2361+
return exp
23622362
end
23632363

23642364
if CharMapStrSH[token] then

0 commit comments

Comments
 (0)