1
0
Fork 0
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:
Robert Gleeson 2014-02-03 02:26:15 +01:00
parent 16c6037cde
commit 99b367f913

View file

@ -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