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:
parent
f6338966f1
commit
8f734dc7b5
1 changed files with 1 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue