[rubygems/rubygems] We should be checking raised exception, not status code here

https://github.com/rubygems/rubygems/commit/48f8cdab9c
This commit is contained in:
David Rodríguez 2021-08-05 11:50:44 +02:00 коммит произвёл git
Родитель c4b1aa19a3
Коммит d123919595
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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