We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was reviewing my code base to find places I should replace fs with graceful-fs, and encountered my use of fs-extra.
I see that fs-extra does use graceful-fs under the hood, so I'm good, but this wasn't apparent until I did some digging to find this detail.
Suggesting that the readme make note in some way that FS calls do use graceful-fs.
The text was updated successfully, but these errors were encountered:
👍 Good idea, PR welcome.
Sorry, something went wrong.
Add docs that graceful-fs is used
6b0265e
Fixes #562
eb4901b
No branches or pull requests
I was reviewing my code base to find places I should replace fs with graceful-fs, and encountered my use of fs-extra.
I see that fs-extra does use graceful-fs under the hood, so I'm good, but this wasn't apparent until I did some digging to find this detail.
Suggesting that the readme make note in some way that FS calls do use graceful-fs.
The text was updated successfully, but these errors were encountered: