lib/rainbows/base.rb in rainbows-5.1.1 vs lib/rainbows/base.rb in rainbows-5.2.0

- old
+ new

@@ -47,10 +47,10 @@ def reopen_worker_logs(worker_nr) logger.info "worker=#{worker_nr} reopening logs..." Unicorn::Util.reopen_logs logger.info "worker=#{worker_nr} done reopening logs" - rescue - Rainbows.quit! # let the master reopen and refork us + rescue + Rainbows.quit! # let the master reopen and refork us end # :startdoc: end