Skip to content

Commit

Permalink
Apply ErrorHighlight::CoreExt to TypeError and ArgumentError
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Aug 19, 2022
1 parent 489ce80 commit defcaf1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/error_highlight/core_ext.rb
Expand Up @@ -37,9 +37,6 @@ def to_s
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

0 comments on commit defcaf1

Please sign in to comment.