lib/autobuild/reporting.rb in autobuild-1.10.0.rc11 vs lib/autobuild/reporting.rb in autobuild-1.10.0.rc12
- old
+ new
@@ -24,9 +24,10 @@
def self.progress_display_enabled=(value)
@progress_display_enabled = value
end
@progress_display_enabled = true
+ @last_progress_msg = nil
def self.message(*args)
return if silent?
display_lock.synchronize do
display_message(*args)