show the location at intterrupted

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2017-11-06 07:35:37 +00:00
Родитель e5e735549d
Коммит 5845bd6a71
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -254,6 +254,7 @@ def show_progress(message = '')
end
end
rescue Interrupt
$stderr.puts "\##{@count} #{@location}"
raise Interrupt
rescue Exception => err
$stderr.print 'E'