1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove ~/.inputrc not found error message

This commit is contained in:
aycabta 2019-05-21 20:52:11 +09:00
parent 32ed85f601
commit 2ecee730a5

View file

@ -79,7 +79,6 @@ class Reline::Config
end
end
rescue Errno::ENOENT
$stderr.puts "no such file #{file}"
return nil
end