Skip to content

Commit

Permalink
Show a backtrace when tool/extlibs.rb fails
Browse files Browse the repository at this point in the history
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
  • Loading branch information
k0kubun committed May 22, 2021
1 parent 141861a commit fb4195b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/extlibs.rb
Expand Up @@ -243,7 +243,7 @@ def run(argv)
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
Expand Down

0 comments on commit fb4195b

Please sign in to comment.