Skip to content

Commit 343c459

Browse files
authored
Merge pull request #20 from equationl/master
修复 Step.repeat 数据传递错误
2 parents 7903eb8 + 22f4a29 commit 343c459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assists/src/main/java/com/ven/assists/stepper/StepOperator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class StepOperator(
9595

9696
Step.repeat -> {
9797
repeatCount++
98-
StepManager.execute(implClassName, step, delay = nextStep.delay, data = nextStep.data)
98+
StepManager.execute(implClassName, step, delay = nextStep.delay, data = data)
9999
}
100100

101101
else -> {

0 commit comments

Comments
 (0)