Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Replaced deprecated fs.existsSync with fs.accessSync #37

Closed
wants to merge 1 commit into from
Closed

Replaced deprecated fs.existsSync with fs.accessSync #37

wants to merge 1 commit into from

Conversation

gojohnnygo
Copy link

fs.existsSync is deprecated. Updating with fs.accessSync. More info here and here.

fs.existsSync is deprecated. Updating with fs.accessSync. More info [here](nodejs/node-v0.x-archive#8714) and [here](nodejs/node#257).
@birtles
Copy link
Collaborator

birtles commented Jul 17, 2019

According to the docs:

fs.exists() is deprecated, but fs.existsSync() is not.

So I think we no longer need this. Please re-open if I'm mistaken.

@birtles birtles closed this Jul 17, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants