зеркало из https://github.com/github/ruby.git
Ignore EACCES on Windows
This commit is contained in:
Родитель
35cfc9a3bb
Коммит
59eadf3d25
|
@ -116,7 +116,7 @@ end
|
|||
if File.respond_to?(:symlink)
|
||||
begin
|
||||
ln_sr(src, dest, verbose: true, target_directory: target_directory, force: force, noop: noop)
|
||||
rescue NotImplementedError, Errno::EPERM
|
||||
rescue NotImplementedError, Errno::EPERM, Errno::EACCES
|
||||
else
|
||||
exit
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче