more messages

This commit is contained in:
Koichi Sasada 2019-11-12 04:13:54 +09:00
parent a815053a3e
commit 4be1e84d78

View File

@ -159,7 +159,7 @@ module Kernel
raise load_error
ensure
if RUBYGEMS_ACTIVATION_MONITOR.mon_owned?
pp $!
STDERR.puts [$!, $!.backtrace].inspect
raise "CRITICAL: RUBYGEMS_ACTIVATION_MONITOR is holding."
end
end