Skip to content

Commit

Permalink
Update lib/byebug/commands/list.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
senhalil committed May 25, 2019
1 parent adfaa7a commit 4c69a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/byebug/commands/list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def move(line, size, direction = "+")
# @param max [Integer] Upper bound
#
def display_lines(min, max)
puts "\n[#{min}, #{max}] in #{frame.file}:#{(max+min)/2}"
puts "\n[#{min}, #{max}] in #{frame.file}:#{frame.line}"

puts source_file_formatter.lines(min, max).join
end
Expand Down

0 comments on commit 4c69a98

Please sign in to comment.