lib/sideband/manager.rb in sideband-1.0.3 vs lib/sideband/manager.rb in sideband-1.0.4

- old
+ new

@@ -45,10 +45,10 @@ queue! end end def handle_dead_thread - if @thread && @thread.thread.alive? + unless (@thread && @thread.thread.alive?) thread! end end end end