Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix: replace calls to deprecated fs API functions #87

Merged
merged 1 commit into from Sep 14, 2016
Merged

fix: replace calls to deprecated fs API functions #87

merged 1 commit into from Sep 14, 2016

Conversation

OlliV
Copy link
Contributor

@OlliV OlliV commented Jun 29, 2016

Use fs.stat() and fs.statSync() instead of deprecated fs.exists()
and fs.existsSync().

Use fs.stat() and fs.statSync() instead of deprecated fs.exists()
and fs.existsSync().
@raszi
Copy link
Owner

raszi commented Sep 14, 2016

Good job!

@raszi raszi merged commit 77b3889 into raszi:master Sep 14, 2016
@OlliV OlliV deleted the exists-change branch September 14, 2016 17:53
@raszi raszi changed the title Replace calls to deprecated fs API functions fix: replace calls to deprecated fs API functions Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants