Skip to content

Commit b02636b

Browse files
Merge pull request #1 from RobinDaugherty/fix/not-loading-our-repl
Fix the loading of this gem's REPL::Pry
2 parents a41dc4e + aa78da6 commit b02636b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/better_errors/pry.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require "better_errors/pry/version"
22
require "better_errors"
3-
require "better_errors/repl/pry"
3+
require "better_errors/pry/repl/pry"
44

55
module BetterErrors
66
def self.use_pry!
File renamed without changes.

0 commit comments

Comments
 (0)