| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
fs.access and fs.accessSync were added to Node v0.11.15 via 2944934
|
Thanks! The commit subject line should be lower-case and is a bit too long, but other than that LGTM. |
Sorry, something went wrong.
|
@addaleax thanks. I've changed the commit subject line to lower-case and chopped the end off to fit into 50 characters. |
Sorry, something went wrong.
|
Yup, seems good. Thanks! :) |
Sorry, something went wrong.
Sorry, something went wrong.
fs.access and fs.accessSync were added to Node v0.11.15 via 2944934 PR-URL: nodejs#7299 Reviewed-By: Anna Henningsen <anna@addaleax.net> Ref: nodejs#6717 Ref: nodejs#6578
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
doc
Description of change
From nodejs/node-gyp#955 (comment) it looks like the Added in: values for fs.access and fs.accessSync are incorrect. From investigations it looks like fs.access and fs.accessSync were added to Node v0.11.15 via 2944934