Skip to content

Commit

Permalink
Comment out 'slow path'...
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 14, 2024
1 parent 2b02ce2 commit 416d4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/async/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ def run(*arguments)
rescue => error
if @finished.nil?
Console::Event::Failure.for(error).emit("Task may have ended with unhandled exception.", severity: :warn)
else
Console::Event::Failure.for(error).emit(self, severity: :debug)
# else
# Console::Event::Failure.for(error).emit(self, severity: :debug)
end

raise
Expand Down

0 comments on commit 416d4fa

Please sign in to comment.