1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Output synchronously

This commit is contained in:
Matt Griffin 2012-06-19 11:41:41 -04:00
parent 82da2cd62b
commit 7584e0e736

View file

@ -22,6 +22,8 @@ trap 'TTIN' do
end
end
$stdout.sync = true
require 'yaml'
require 'singleton'
require 'optparse'