ext/oboe_metal/extconf.rb in appoptics_apm-4.2.7 vs ext/oboe_metal/extconf.rb in appoptics_apm-4.3.0

- old
+ new

@@ -60,9 +60,10 @@ if retries == 0 $stderr.puts '== ERROR ==========================================================' $stderr.puts 'Download of the c-extension for the appoptics_apm gem failed.' $stderr.puts 'appoptics_apm will not instrument the code. No tracing will occur.' $stderr.puts 'Contact support@appoptics.com if the problem persists.' + $stderr.puts "error:\n#{e.message}" $stderr.puts '===================================================================' create_makefile('oboe_noop', 'noop') end sleep 0.5 end