Skip to content

Commit de33aac

Browse files
authored
Variable name in Variable evaluation event not in lowercase
1 parent 22531c7 commit de33aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExpressionEvaluator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ private bool EvaluateVarOrFunc(string expr, string restOfExpression, Stack<objec
550550
}
551551
else
552552
{
553-
VariableEvaluationEventArg variableEvaluationEventArg = new VariableEvaluationEventArg(var);
553+
VariableEvaluationEventArg variableEvaluationEventArg = new VariableEvaluationEventArg(completeVar);
554554

555555
EvaluateVariable?.Invoke(this, variableEvaluationEventArg);
556556

0 commit comments

Comments
 (0)