Commit 528e7a4
fix: 修复 StopTask 在 need_to_stop 时丢失 action 结果 (#1213)
## Summary by Sourcery
Bug Fixes:
- 即使在操作执行过程中触发 `need_to_stop`,也要保留并通知 StopTask 操作的结果。
<details>
<summary>Original summary in English</summary>
## Summary by Sourcery
Bug Fixes:
- Preserve and notify the result of StopTask actions even when
need_to_stop is triggered during action execution.
</details>
---------
Co-authored-by: MistEO <mistereo@hotmail.com>1 parent 547de54 commit 528e7a4
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
| |||
0 commit comments