Skip to content

Commit b39f533

Browse files
authored
Update ExecutionVisitor.cs
1 parent 0168365 commit b39f533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project/Assets/Plugins/Jint/ExecutionVisitor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ public void Visit(UnaryExpression expression) {
11311131

11321132
case UnaryExpressionType.Void:
11331133

1134-
expression.Accept(this);
1134+
expression.Expression.Accept(this);
11351135
Result = JsUndefined.Instance;
11361136
break;
11371137

0 commit comments

Comments
 (0)