lib/rake/funnel/integration/sync_output.rb in rake-funnel-0.22.1 vs lib/rake/funnel/integration/sync_output.rb in rake-funnel-0.22.2

- old
+ new

@@ -10,10 +10,10 @@ private def sync(stream) stream.sync = true rescue => e # rubocop:disable Style/RescueStandardError - Rake.rake_output_message "Failed to set up sync output #{e}" + $stderr.print "Failed to set up sync output #{e}\n" end end end end end