We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946281d commit b6b45ccCopy full SHA for b6b45cc
lib/better_errors/repl/pry.rb
@@ -38,7 +38,9 @@ def print(*args)
38
39
def initialize(binding, exception)
40
@fiber = Fiber.new do
41
- @pry.repl binding
+ local ::Pry.config, color: false, pager: false do
42
+ @pry.repl binding
43
+ end
44
end
45
@input = BetterErrors::REPL::Pry::Input.new
46
@output = BetterErrors::REPL::Pry::Output.new
0 commit comments