Skip to content

Commit 89d239c

Browse files
Liozouvtjnash
andauthored
Review comment
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
1 parent bc91453 commit 89d239c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/file.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ function delayed_delete_dll(path)
340340
@debug "Could not delete DLL most likely because it is loaded, moving to a temporary path" path temp_path
341341
mkpath(delayed_delete_ref())
342342
io = last(mktemp(delayed_delete_ref(); cleanup=false))
343-
println(io, abspath(temp_path)) # record the temporary path for Pkg.gc()
343+
print(io, temp_path) # record the temporary path for Pkg.gc()
344344
close(io)
345345
rename(path, temp_path) # do not call mv which could recursively call rm(path)
346346
end

0 commit comments

Comments
 (0)