You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix inconsistent error handling on refreshGitStatus and remove redundant invalidateGitBranchQueries
- Wrap entire refreshGitStatus pipe (including forkIn) with Effect.ignore so
scope-closed errors from forkIn cannot propagate to callers via Effect.tap
- Remove redundant private invalidateGitBranchQueries; inline null guard at
call sites using the existing public invalidateGitQueries function
0 commit comments