Skip to content

Commit bd08c21

Browse files
Update NumericExpressionReslover.cs
1 parent 885d014 commit bd08c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code/Helpers/NumericExpressionReslover.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static TryGet<CompiledExpression> CompileExpression(BaseToken[] tokens)
5757
}
5858
}
5959

60-
var expression = new Expression(sb.ToString(), EvaluateOptions.None);
60+
var expression = new Expression(sb.ToString());
6161

6262
// Now we have the expression string and a variables dictionary.
6363
return new CompiledExpression(

0 commit comments

Comments
 (0)