lib/zold/commands/remote.rb in zold-0.13.10 vs lib/zold/commands/remote.rb in zold-0.13.11

- old
+ new

@@ -216,14 +216,9 @@ end end def terminate @log.info("All threads before exit: #{Thread.list.map { |t| "#{t.name}/#{t.status}" }.join(', ')}") - Kernel.at_exit do - @log.info("About to terminate #{Thread.list.count} threads...") - Thread.each(&:exit) - @log.info("#{Thread.list.count} threads terminated") - end Kernel.exit(0) end end end