mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Rename error_squiggle to error_highlight
This commit is contained in:
parent
e946049665
commit
9438c99590
Notes:
git
2021-06-29 23:46:18 +09:00
8 changed files with 33 additions and 33 deletions
|
@ -5,10 +5,10 @@ rescue LoadError
|
|||
end if defined?(Gem)
|
||||
|
||||
begin
|
||||
require 'error_squiggle'
|
||||
require 'error_highlight'
|
||||
rescue LoadError
|
||||
warn "`error_squiggle' was not loaded."
|
||||
end if defined?(ErrorSquiggle)
|
||||
warn "`error_highlight' was not loaded."
|
||||
end if defined?(ErrorHighlight)
|
||||
|
||||
begin
|
||||
require 'did_you_mean'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue