mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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:
parent
141861a222
commit
fb4195b969
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue