about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/rainbows/base.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/base.rb b/lib/rainbows/base.rb
index 7ee5c03..3336c3b 100644
--- a/lib/rainbows/base.rb
+++ b/lib/rainbows/base.rb
@@ -74,7 +74,6 @@ module Rainbows
       until threads.empty? || Time.now >= expire
         threads.delete_if { |thr| thr.alive? ? thr.join(0.01) : true }
       end
-      exit!(0) unless threads.empty?
     end
 
     def self.included(klass)