Commit 9881616
committed
fix: prevent activity-dispatch errors from being misattributed as setup-script failures
Add Effect.ignoreCause to the activity dispatch inside Effect.tap so that
failures from appendSetupScriptActivity (recording requested/started activities)
do not propagate into the main error channel and get caught by the downstream
Effect.catch handler, which would incorrectly record a setup-script.failed
activity even though the script started successfully.1 parent dcaf3aa commit 9881616
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments