diff --git a/lib/mutant/killer/forking.rb b/lib/mutant/killer/forking.rb index 4fc864cf..02eba876 100644 --- a/lib/mutant/killer/forking.rb +++ b/lib/mutant/killer/forking.rb @@ -44,7 +44,7 @@ module Mutant begin killer = @killer.new(strategy, mutation) Kernel.exit(killer.fail? ? 1 : 0) - rescue + rescue StandardError Kernel.exit(1) end end