mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
This block of code already wraps file operations with
`SharedHelpers.filesystem_access`, which rescues and re-raises more
friendly errors. Also, I'm not fully sure creating a temporary directory
can end up raising an `Errno::EACCES` error from reading `tmpdir`
sources. Finally, this rescue block apparently leads to some false
positives when firewall is blocking the ruby executable on Windows, or
at least that's what we've got reported.
In any case, I think it's best to let the original error be raised.
|
||
|---|---|---|
| .. | ||
| bundler | ||
| cache | ||
| commands | ||
| install | ||
| lock | ||
| other | ||
| plugins | ||
| realworld | ||
| resolver | ||
| runtime | ||
| support | ||
| update | ||
| quality_es_spec.rb | ||
| quality_spec.rb | ||
| spec_helper.rb | ||