1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

output more debug information in downloader.rb (temporary)

Unicode file download doesn't work with Visual Studio, we need more debug output.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
duerst 2019-04-05 12:36:29 +00:00
parent f6338966f1
commit 8f734dc7b5

View file

@ -330,6 +330,7 @@ end
Downloader.https = https.freeze
if $0 == __FILE__
puts "==== downloader.rb called with the following arguments: #{ARGV.join ' '}" # additional output for debugging
since = true
options = {}
until ARGV.empty?