Skip to content

Commit 4cbbe55

Browse files
committed
fix
1 parent 3057063 commit 4cbbe55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/vm/runner.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function mt:_compileNarrowByFilter(filter, pos)
7878
break
7979
end
8080
end
81-
if not loc then
81+
if not loc or not exp then
8282
return
8383
end
8484
if exp.type == 'nil' then

0 commit comments

Comments
 (0)