diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-07-21 15:13:30 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-07-21 15:13:30 +0800 |
commit | 7c636357622b7b20e9729c902b5682a05995b911 (patch) | |
tree | ae04496840f3c0b449cf11c8fc0f71c6bf08ae03 /script/parser | |
parent | 998927a2c8f33dabf8b079657f111a03f37570af (diff) | |
download | lua-language-server-7c636357622b7b20e9729c902b5682a05995b911.zip |
fix missing fields
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 7d4d7480..5321d9b8 100644 --- a/script/parser/compile.lua +++ b/script/parser/compile.lua @@ -3937,7 +3937,7 @@ local function initState(lua, version, options) else state.ENVMode = '_ENV' end - + pushError = function (err) local errs = state.errs if err.finish < err.start then |