Skip to content

Commit

Permalink
Update inspecting message
Browse files Browse the repository at this point in the history
Co-authored-by: Stan Lo <[email protected]>
  • Loading branch information
tompng and st0012 authored Jan 12, 2025
1 parent e614719 commit d5132d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/irb/pager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def page_with_preview(width, height, formatter_proc)
content = content.chomp
content = "#{content}\e[0m" if Color.colorable?
$stdout.puts content
$stdout.puts 'Inspecting...'
$stdout.puts 'Preparing full inspection value...'
end
out = PageOverflowIO.new(width, height, overflow_callback)
yield out
Expand Down

0 comments on commit d5132d7

Please sign in to comment.