1
0
Fork 0
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:
John Mair 2011-06-20 20:28:15 +12:00
parent acae6bc2d1
commit 1fad5ec28e

View file

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