mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
fixed weird string interpolation bug on command_processor.rb
This commit is contained in:
parent
acae6bc2d1
commit
1fad5ec28e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class Pry
|
||||||
# so early exit.
|
# so early exit.
|
||||||
begin
|
begin
|
||||||
interp_val = interpolate_string(val, target)
|
interp_val = interpolate_string(val, target)
|
||||||
rescue NameError
|
rescue Exception
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue