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 3057063 commit 4cbbe55Copy full SHA for 4cbbe55
script/vm/runner.lua
@@ -78,7 +78,7 @@ function mt:_compileNarrowByFilter(filter, pos)
78
break
79
end
80
81
- if not loc then
+ if not loc or not exp then
82
return
83
84
if exp.type == 'nil' then
0 commit comments