Skip to content

Commit 8f7cd77

Browse files
committed
stuff:wq
1 parent 8d4960c commit 8f7cd77

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/VersionsJSONUtil.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,9 @@ function main!(content::OutputJsonContent, cfg::Config)
547547

548548
# Download this URL to a local file in a temp directory
549549
number_urls_tried += 1
550+
551+
# This will download the file to a tempfile, which will automatically
552+
# be cleaned up when the Julia process exits.
550553
filepath = Downloads.download(string(url))
551554

552555
if filesize(filepath) == 0

0 commit comments

Comments
 (0)