[ruby/error_highlight] Apply ErrorHighlight::CoreExt to TypeError and ArgumentError
https://github.com/ruby/error_highlight/commit/defcaf1beb
This commit is contained in:
parent
17d0e5bee7
commit
6bcb473d9c
@ -37,9 +37,6 @@ module ErrorHighlight
|
||||
end
|
||||
|
||||
NameError.prepend(CoreExt)
|
||||
|
||||
# The extension for TypeError/ArgumentError is temporarily disabled due to many test failures
|
||||
|
||||
#TypeError.prepend(CoreExt)
|
||||
#ArgumentError.prepend(CoreExt)
|
||||
TypeError.prepend(CoreExt)
|
||||
ArgumentError.prepend(CoreExt)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user