| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Lgtm
I tried to keep the download path isolated (but didn't make it
configurable), looks like that succeeded.
|
Sorry, something went wrong.
There was a problem hiding this comment.
Something of an anti-pattern, this. Whether the path exists doesn't say anything about it being accessible.
Sorry, something went wrong.
There was a problem hiding this comment.
use os.access instead?
Sorry, something went wrong.
|
lgtm! |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
@bnoordhuis I slightly tweaked the error message and now check for writability through os.access. |
Sorry, something went wrong.
|
Better, I suppose. LGTM. |
Sorry, something went wrong.
This makes it easier to store icu tarballs outside of the node.js directory which is useful in our CI where git directories are scrubbed between runs. PR-URL: nodejs#3200 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rod Vagg <rod@vagg.org>
|
Just for the record: [22:02:04] <jbergstroem> srl295: changes in https://github.com/nodejs/node/pull/3200 still look ok? [22:03:52] <jbergstroem> rvagg: ^ [22:39:06] <rvagg> jbergstroem: do it |
Sorry, something went wrong.
This makes it easier to store icu tarballs outside of the node.js directory which is useful in our CI where git directories are scrubbed between runs. PR-URL: #3200 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rod Vagg <rod@vagg.org>
| Back | FazBrowse Home | New Git URL |
This makes it easier to store icu tarballs outside of the node.js directory which is useful in our CI where git directories are scrubbed between runs.
/R=@srl295, @rvagg