Skip to content

Commit

Permalink
[ruby/error_highlight] Apply ErrorHighlight::CoreExt to TypeError and…
Browse files Browse the repository at this point in the history
  • Loading branch information
mame authored and matzbot committed Aug 19, 2022
1 parent 17d0e5b commit 6bcb473
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/error_highlight/core_ext.rb
Original file line number Diff line number Diff line change
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 6bcb473

Please sign in to comment.