lib/rake/funnel/integration/sync_output.rb in rake-funnel-0.22.3 vs lib/rake/funnel/integration/sync_output.rb in rake-funnel-0.23.0

- old
+ new

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