Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/debug/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2231,7 +2231,7 @@ def self.step_in &b
# depend on the file system. So this check is only roughly estimation.

def self.compare_path(a, b)
a.downcase == b.downcase
a&.downcase == b&.downcase
end
else
def self.compare_path(a, b)
Expand Down