lib/rake/funnel/integration/sync_output.rb in rake-funnel-0.21.0 vs lib/rake/funnel/integration/sync_output.rb in rake-funnel-0.21.1
- old
+ new
@@ -9,10 +9,10 @@
private
def sync(stream)
stream.sync = true
- rescue => e
+ rescue => e # rubocop:disable Lint/RescueWithoutErrorClass
Rake.rake_output_message "Failed to set up sync output #{e}"
end
end
end
end