зеркало из https://github.com/github/ruby.git
[ruby/un] wait_writable: close opened file
https://github.com/ruby/un/commit/b08aeb9c48
This commit is contained in:
Родитель
c8bfbbc25e
Коммит
cf3b305c43
|
@ -256,7 +256,7 @@ def wait_writable
|
|||
wait = (wait = options[:w]) ? Float(wait) : 0.2
|
||||
argv.each do |file|
|
||||
begin
|
||||
File.open(file, "r+b")
|
||||
File.open(file, "r+b") {}
|
||||
rescue Errno::ENOENT
|
||||
break
|
||||
rescue Errno::EACCES => e
|
||||
|
|
Загрузка…
Ссылка в новой задаче