Commit 6dd1349
committed
Fix unhandled SourceControlProviderError in runStackedAction
Wrap sourceControlProvider() call at line 1665 with Effect.catch fallback,
matching the existing pattern in buildCompletionToast. The provider resolution
is only used for cosmetic progress labels and should never abort the commit/push
action.1 parent 76dc275 commit 6dd1349
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1663 | 1663 | | |
1664 | 1664 | | |
1665 | 1665 | | |
1666 | | - | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
1667 | 1670 | | |
1668 | 1671 | | |
1669 | 1672 | | |
| |||
0 commit comments