Skip to content

Commit

Permalink
kpkg: download: fix raiseWhenFail
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Sep 23, 2023
1 parent 80f79f2 commit a510228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kpkg/modules/downloader.nim
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ proc download*(url: string, file: string, instantErrorIfFail = false,
else:
err "download failed"
warn "download failed, retrying"
download(url, file, true)
download(url, file, true, raiseWhenFail)

0 comments on commit a510228

Please sign in to comment.