From 420021bc8aeb1cffe6385fefefc96d971d5214a1 Mon Sep 17 00:00:00 2001 From: wmorgan Date: Wed, 20 Dec 2006 19:07:40 +0000 Subject: [PATCH] thread abort on exception moved git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@87 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- lib/sup.rb | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.45.2