зеркало из https://github.com/github/ruby.git
Ignore history file without saving if permissions cannot be changed
Fixes [Ruby Bug 13907]
This commit is contained in:
Родитель
f9f02e8216
Коммит
a06301b103
|
@ -101,6 +101,8 @@ module IRB
|
|||
File.chmod(0600, history_file)
|
||||
end
|
||||
rescue Errno::ENOENT
|
||||
rescue Errno::EPERM
|
||||
return
|
||||
rescue
|
||||
raise
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче