lib/rake/funnel/integration/progress_report.rb in rake-funnel-0.14.0.pre vs lib/rake/funnel/integration/progress_report.rb in rake-funnel-0.15.0.pre
- old
+ new
@@ -6,10 +6,10 @@
class ProgressReport
attr_reader :starting, :finished
def initialize
task_starting do |task, _args|
- puts "\n[#{task.name}]" unless Rake::Funnel::Integration::TeamCity.running?
+ puts "\n[#{task.name}]".bold.cyan unless Rake::Funnel::Integration::TeamCity.running?
end
yield self if block_given?
patch.apply!