Do not explicitly capture StandardError
This commit is contained in:
parent
daa35eaecc
commit
356820c4af
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module Mutant
|
|||
begin
|
||||
killer = @killer.new(strategy, mutation)
|
||||
Kernel.exit(killer.fail? ? 1 : 0)
|
||||
rescue StandardError
|
||||
rescue
|
||||
Kernel.exit(1)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue