rethrow the caught exception as-is
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d93f3bad36
commit
7b1372b0ac
@ -255,7 +255,7 @@ def show_progress(message = '')
|
|||||||
end
|
end
|
||||||
rescue Interrupt
|
rescue Interrupt
|
||||||
$stderr.puts "\##{@count} #{@location}"
|
$stderr.puts "\##{@count} #{@location}"
|
||||||
raise Interrupt
|
raise
|
||||||
rescue Exception => err
|
rescue Exception => err
|
||||||
$stderr.print 'E'
|
$stderr.print 'E'
|
||||||
$stderr.puts if @verbose
|
$stderr.puts if @verbose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user