Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Oct 30, 2022
1 parent 137d486 commit 053144c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debug/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def activate session, on_fork: false
rescue Terminate
raise # should catch at outer scope
rescue RetryConnection
next
retry
rescue => e
DEBUGGER__.warn "ReaderThreadError: #{e}"
pp e.backtrace
Expand Down

0 comments on commit 053144c

Please sign in to comment.