Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNigel23 committed Jul 25, 2024
1 parent fae2c6d commit e4917fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/interactors/rake_interactor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def call
Rake::Task[@task_name].reenable
Rake::Task[@task_name].invoke(*@args.values)
rescue => e
puts e.message
puts "#{e.class}: #{e.message}"
puts e.backtrace.join("\n")
ensure
$stdout = old_stdout
Expand Down

0 comments on commit e4917fc

Please sign in to comment.