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