summaryrefslogtreecommitdiff
path: root/script/parser
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-07-20 15:06:28 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-07-20 15:06:28 +0800
commit798eb5cd94ea879900ca5096045ad72b44b4e1e4 (patch)
tree4e9abed04d90c07f40fda22d9f3512cd50888fb1 /script/parser
parent8b681399d4a5098fd1ec35e053f775df7cd67a5a (diff)
downloadlua-language-server-798eb5cd94ea879900ca5096045ad72b44b4e1e4.zip
fix visible
Diffstat (limited to 'script/parser')
-rw-r--r--script/parser/compile.lua2
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