Skip to content

Replaced deprecated fs.existsSync with fs.accessSync#37

Closed
gojohnnygo wants to merge 1 commit intokarma-runner:masterfrom
gojohnnygo:master
Closed

Replaced deprecated fs.existsSync with fs.accessSync#37
gojohnnygo wants to merge 1 commit intokarma-runner:masterfrom
gojohnnygo:master

Conversation

@gojohnnygo
Copy link
Copy Markdown

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
Copy Markdown
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants