Commit 5369493
fix: Remove redundant directory creation and use HttpClient from DownloadOptions (#1669)
- FileSystemModuleEstimatedTimeProvider: Remove duplicate directoryInfo.Create()
call that was redundant since directory is already created in the if block above
- Downloader: Pass HttpClient from DownloadOptions to HttpOptions so that
custom HttpClient instances are actually used during downloads
Fixes #1588, #1589
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent dfd5b77 commit 5369493
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
0 commit comments