From 8f734dc7b543e7662b66cffd5d698d372d9a0b7a Mon Sep 17 00:00:00 2001 From: duerst Date: Fri, 5 Apr 2019 12:36:29 +0000 Subject: 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 --- tool/downloader.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool') diff --git a/tool/downloader.rb b/tool/downloader.rb index 8ec8c966f9..f43861ceb5 100644 --- a/tool/downloader.rb +++ b/tool/downloader.rb @@ -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? -- cgit v1.2.3