Show a backtrace when tool/extlibs.rb fails

I'd like to retry this kind of error, but showing no backtrace is hard
to deal with.
https://github.com/ruby/ruby/runs/2644908002
This commit is contained in:
Takashi Kokubun 2021-05-21 23:36:55 -07:00
parent 141861a222
commit fb4195b969
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ class ExtLibs
begin
extracted = do_command(mode, dest, url, cache_dir, chksums)
rescue => e
warn e.inspect
warn e.full_message
success = false
end
url = chksums = nil