From: wmorgan Date: Wed, 20 Dec 2006 19:07:40 +0000 (+0000) Subject: thread abort on exception moved X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=420021bc8aeb1cffe6385fefefc96d971d5214a1;p=sup thread abort on exception moved git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@87 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- diff --git a/lib/sup.rb b/lib/sup.rb index 353190c..6a70121 100644 --- a/lib/sup.rb +++ b/lib/sup.rb @@ -4,8 +4,6 @@ require 'zlib' require 'thread' require 'fileutils' -Thread.abort_on_exception = true # make debugging possible - class Object ## this is for debugging purposes because i keep calling #id on the ## wrong object and i want it to throw an exception