We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40fd1d7 commit e6a5b41Copy full SHA for e6a5b41
script/vm/def.lua
@@ -93,7 +93,7 @@ function vm.getDefs(source)
93
return results
94
end
95
96
-local HAS_DEF_ERR = {'<HAS_DEF_ERR>'} -- the error object for comparing
+local HAS_DEF_ERR = false -- the error object for comparing
97
local function checkHasDef(checkFunc, source, pushResult)
98
local _, err = pcall(checkFunc, source, pushResult)
99
return err == HAS_DEF_ERR
0 commit comments