diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-07-20 15:06:28 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-07-20 15:06:28 +0800 |
commit | 798eb5cd94ea879900ca5096045ad72b44b4e1e4 (patch) | |
tree | 4e9abed04d90c07f40fda22d9f3512cd50888fb1 /script/parser | |
parent | 8b681399d4a5098fd1ec35e053f775df7cd67a5a (diff) | |
download | lua-language-server-798eb5cd94ea879900ca5096045ad72b44b4e1e4.zip |
fix visible
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 5321d9b8..7d4d7480 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 |