Skip to content

Commit

Permalink
Workaround ruby#870
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Dec 22, 2022
1 parent 06fb3a2 commit 350f038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debug/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ def ask msg, default = 'Y'
# breakpoint management

def bps_pending_until_load?
@bps.any?{|key, bp| bp.pending_until_load?}
@bps.any?
end

def iterate_bps
Expand Down

0 comments on commit 350f038

Please sign in to comment.