File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 55 * ` type.weakNilCheck `
66* ` FIX ` [ #1256 ] ( https://github.com/sumneko/lua-language-server/issues/1256 )
77* ` FIX ` [ #1257 ] ( https://github.com/sumneko/lua-language-server/issues/1257 )
8+ * ` FIX ` [ #1275 ] ( https://github.com/sumneko/lua-language-server/issues/1275 )
89
910## 3.4.0
1011` 2022-6-29 `
Original file line number Diff line number Diff line change @@ -1012,7 +1012,7 @@ local function compileLocal(source)
10121012 -- for x in ... do
10131013 if source .parent .type == ' in' then
10141014 compileForVars (source .parent )
1015- local keyNode = source .parent ._iterVars [source ]
1015+ local keyNode = source .parent ._iterVars and source . parent . _iterVars [source ]
10161016 if keyNode then
10171017 vm .setNode (source , keyNode )
10181018 end
You can’t perform that action at this time.
0 commit comments