]> git.notmuchmail.org Git - sup/commitdiff
thread abort on exception moved
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 20 Dec 2006 19:07:40 +0000 (19:07 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 20 Dec 2006 19:07:40 +0000 (19:07 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@87 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup.rb

index 353190caf6ddeea84ddd008ee7d3c027428eb32f..6a701211c531b3ce210b29103cffa1feb74d6534 100644 (file)
@@ -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