diff options
author | Alex Young <alex@bytemark.co.uk> | 2015-04-13 10:12:31 +0100 |
---|---|---|
committer | Alex Young <alex@bytemark.co.uk> | 2015-04-13 10:12:31 +0100 |
commit | 4246b9354c0ed7763bf2347a0830e6259cab78be (patch) | |
tree | 02e0575435c9ca03fad7b2ab7d28426794851963 | |
parent | 7189135f0e8b902d7847ba360d124589c9d34083 (diff) |
Switch on Thread.abort_on_exception
-rw-r--r-- | lib/mauve/mauve_thread.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mauve/mauve_thread.rb b/lib/mauve/mauve_thread.rb index dd5b47e..b59fa60 100644 --- a/lib/mauve/mauve_thread.rb +++ b/lib/mauve/mauve_thread.rb @@ -1,6 +1,8 @@ require 'thread' require 'singleton' +Thread.abort_on_exception = true + module Mauve # |