Skip to content

Commit 8eec398

Browse files
authored
Merge pull request #63 from GuanceCloud/fix-runtimev2
bug fixes
2 parents 1df4395 + 050537f commit 8eec398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/engine/runtimev2/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ func changeListOrMapValue(ctx *Task, obj any, index []*ast.Node, val V) *errchai
10201020
}
10211021

10221022
if idx+1 == lenIdx {
1023-
curVal[keyInt] = val
1023+
curVal[keyInt] = val.V
10241024
return nil
10251025
}
10261026

0 commit comments

Comments
 (0)