Skip to content

Commit 151e9e5

Browse files
authored
Update spawn.jl
1 parent 74d1adc commit 151e9e5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/spawn.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -617,8 +617,5 @@ end
617617

618618
# clean up busybox download
619619
if Sys.iswindows()
620-
try
621-
rm(busybox)
622-
catch
623-
end
620+
rm(busybox, force=true)
624621
end

0 commit comments

Comments
 (0)