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 3f90f15 commit 54c183dCopy full SHA for 54c183d
src/prometheus/steps/SplitStrings.lua
@@ -82,6 +82,7 @@ local function generateTableConcatNode(chunks, data)
82
table.insert(chunkNodes, Ast.TableEntry(Ast.StringExpression(chunk)));
83
end
84
local tb = Ast.TableConstructorExpression(chunkNodes);
85
+ data.scope:addReferenceToHigherScope(data.tableConcatScope, data.tableConcatId);
86
return Ast.FunctionCallExpression(Ast.VariableExpression(data.tableConcatScope, data.tableConcatId), {tb});
87
88
0 commit comments