From fb4195b9695c5e1034c896ea41a3e0371bfdb48a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 21 May 2021 23:36:55 -0700 Subject: 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 --- tool/extlibs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/extlibs.rb') diff --git a/tool/extlibs.rb b/tool/extlibs.rb index 5e8628cb63..cd8e5239b3 100755 --- a/tool/extlibs.rb +++ b/tool/extlibs.rb @@ -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 -- cgit v1.2.1