lib/drg/tasks/log.rb in drg-1.4.0 vs lib/drg/tasks/log.rb in drg-1.5.0
- old
+ new
@@ -3,9 +3,10 @@
module Log
module_function
def log(msg = nil, color = :green)
HighLine.new.say %Q( <%= color('#{msg}', :#{color}) %>)
+ $stdout.flush
end
end
end
end