From 2ecee730a577ece99d16792c12d6662578ac5a85 Mon Sep 17 00:00:00 2001 From: aycabta Date: Tue, 21 May 2019 20:52:11 +0900 Subject: [PATCH] Remove ~/.inputrc not found error message --- lib/reline/config.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/reline/config.rb b/lib/reline/config.rb index a140959ca9..cf46eda5ea 100644 --- a/lib/reline/config.rb +++ b/lib/reline/config.rb @@ -79,7 +79,6 @@ class Reline::Config end end rescue Errno::ENOENT - $stderr.puts "no such file #{file}" return nil end