File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 "arg" : [
1414 ],
1515 "luaVersion" : " 5.4" ,
16- "consoleCoding" : " utf8" ,
1716 "sourceCoding" : " utf8" ,
1817 "console" : " internalConsole" ,
1918 "outputCapture" : [
4746 "arg" : [
4847 ],
4948 "luaVersion" : " latest" ,
50- "consoleCoding" : " utf8" ,
5149 "sourceCoding" : " utf8" ,
5250 "outputCapture" : [
5351 " print" ,
6765 " ${workspaceRoot}" ,
6866 ],
6967 "luaVersion" : " 5.4" ,
70- "consoleCoding" : " utf8" ,
7168 "sourceCoding" : " utf8" ,
7269 "outputCapture" : [
7370 " print" ,
8582 "arg" : [
8683 ],
8784 "luaVersion" : " latest" ,
88- "consoleCoding" : " utf8" ,
8985 "sourceCoding" : " utf8" ,
9086 "outputCapture" : [
9187 " print" ,
Original file line number Diff line number Diff line change 99* ` FIX ` [ #1125 ] ( https://github.com/sumneko/lua-language-server/issues/1125 )
1010* ` FIX ` [ #1131 ] ( https://github.com/sumneko/lua-language-server/issues/1131 )
1111* ` FIX ` [ #1134 ] ( https://github.com/sumneko/lua-language-server/issues/1134 )
12+ * ` FIX ` [ #1141 ] ( https://github.com/sumneko/lua-language-server/issues/1141 )
1213
1314## 3.2.3
1415` 2022-5-16 `
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ mt.type = 'generic'
1515--- @param resolved ? table<string , vm.node>
1616--- @return parser.object | vm.node
1717local function cloneObject (source , resolved )
18+ if not source then
19+ return nil
20+ end
1821 if not resolved then
1922 return source
2023 end
You can’t perform that action at this time.
0 commit comments