Skip to content

Commit 9fe68d3

Browse files
committed
Use a better local variable name.
1 parent 66191ff commit 9fe68d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ronin/recon/worker_pool.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ def run
145145
end
146146

147147
enqueue(Message::JobCompleted.new(@worker,value))
148-
rescue StandardError => error
149-
enqueue(Message::JobFailed.new(@worker,value,error))
148+
rescue StandardError => exception
149+
enqueue(Message::JobFailed.new(@worker,value,exception))
150150
end
151151
end
152152

0 commit comments

Comments
 (0)