lib/rake/funnel/integration/progress_report.rb in rake-funnel-0.21.2 vs lib/rake/funnel/integration/progress_report.rb in rake-funnel-0.22.0

- old
+ new

@@ -44,10 +44,10 @@ context.starting.call(self, args) if context.starting error = nil begin old_execute.bind(self).call(args) - rescue => e # rubocop:disable Lint/RescueWithoutErrorClass + rescue => e # rubocop:disable Style/RescueStandardError error = e ensure context.finished.call(self, args, error) if context.finished raise error if error end