mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
go through pry-local config when to call control_d_handler.
This commit is contained in:
parent
16c6037cde
commit
99b367f913
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ class Pry
|
|||
|
||||
def handle_line(line, options)
|
||||
if line.nil?
|
||||
Pry.config.control_d_handler.call(@eval_string, self)
|
||||
config.control_d_handler.call(@eval_string, self)
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue