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
refactor(lib): remove dead code and simplify extraction error handling
- Remove unreachable nil check in fetchExpectedChecksum since
fetchReleaseDetails never returns (nil, nil)
- Remove extractedFiles tracking in streamDownloadAndExtract as caller
already handles directory cleanup on checksum failure
- Simplify extraction loop with immediate returns instead of deferred
error handling
0 commit comments