зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] We should be checking raised exception, not status code here
https://github.com/rubygems/rubygems/commit/48f8cdab9c
This commit is contained in:
Родитель
c4b1aa19a3
Коммит
d123919595
|
@ -24,7 +24,7 @@ class RubygemsVersionManager
|
|||
|
||||
def assert_system_features_not_loaded!
|
||||
at_exit do
|
||||
errors = if $?.nil?
|
||||
errors = if $!.nil?
|
||||
""
|
||||
else
|
||||
all_commands_output
|
||||
|
|
Загрузка…
Ссылка в новой задаче