🧱 Chunk is a download manager for slow and unstable servers
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Typo

+1 -1
+1 -1
downloader.go
··· 254 254 chunks := d.chunks(t) 255 255 p, err := newProgress(s.DownloadedFilePath, d.ProgressDir, s.URL, d.ChunkSize, len(chunks), d.RestartDownloads) 256 256 if err != nil { 257 - s.Error = fmt.Errorf("could not creat a progress file: %w", err) 257 + s.Error = fmt.Errorf("could not create a progress file: %w", err) 258 258 ch <- s 259 259 return 260 260 }