Skip to content

Commit 5bc4c51

Browse files
y-yagiko1
authored andcommitted
Fix "lib/debug/thread_client.rb:618: warning: assigned but unused variable - e"
1 parent 8d5c2a9 commit 5bc4c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/debug/thread_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ def get_consts expr = nil, only_self: false, &block
614614
if expr && !expr.empty?
615615
begin
616616
_self = frame_eval(expr, re_raise: true)
617-
rescue Exception => e
617+
rescue Exception
618618
# ignore
619619
else
620620
if M_KIND_OF_P.bind_call(_self, Module)

0 commit comments

Comments
 (0)