Commit 15ddc3d
authored
When `compensate/4` returns bare `:retry`, `backoff/4` was receiving the
`RunStepError` wrapper instead of the inner error. This was inconsistent
with all other code paths, where `backoff/4` receives the unwrapped error.
1 parent 7aaaec4 commit 15ddc3d
File tree
2 files changed
+2
-2
lines changed- lib/reactor/executor
- test/reactor/executor
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
0 commit comments