diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-29 17:12:44 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-29 17:12:44 +0800 |
commit | c80d00a2ad49475a72850b1fe379f871e358b977 (patch) | |
tree | 18e861655695210c87893b73d989cbced80075d8 /script | |
parent | f4a4fc63cf14f038a07068292909432f28f0c2a7 (diff) | |
download | lua-language-server-c80d00a2ad49475a72850b1fe379f871e358b977.zip |
fix
Diffstat (limited to 'script')
-rw-r--r-- | script/parser/newparser.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/parser/newparser.lua b/script/parser/newparser.lua index 8b5fe034..5721a125 100644 --- a/script/parser/newparser.lua +++ b/script/parser/newparser.lua @@ -2696,6 +2696,8 @@ local function compileExpAsAction(exp) start = exp.start, finish = exp.finish, } + + return exp end local function parseLocal() |