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 f0f6f2dCopy full SHA for f0f6f2d
lib/better_errors/repl/pry.rb
@@ -45,7 +45,9 @@ def initialize(binding, exception)
45
@pry = ::Pry.new input: @input, output: @output
46
@pry.hooks.clear_all if defined?(@pry.hooks.clear_all)
47
store_last_exception exception
48
- @fiber.resume
+ local ::Pry.config, color: false, pager: false do
49
+ @fiber.resume
50
+ end
51
end
52
53
def store_last_exception(exception)
0 commit comments