Commit 78da266
fix(types): correct async chaining logic in core.ts
Fixed the async chaining loop to start from i+1 instead of i, avoiding re-execution of the step that returned the promise.
Also corrected date in COMPARISON_RESULTS.md from 2025 to 2024.
Co-authored-by: DevilTea <16652879+DevilTea@users.noreply.github.com>1 parent 2c57514 commit 78da266
File tree
3 files changed
+3
-3
lines changed- packages/internal/src/steps
- looseObject
- object
- strictObject
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments