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: silence deprecation warning for fs.rmdir #697

Merged
merged 1 commit into from
Nov 19, 2021

Conversation

achingbrain
Copy link
Member

fs.rmdir with the recursive option is deprecated in favour of fs.rm
with the recursive operation, so use that instead.

`fs.rmdir` with the `recursive` option is deprecated in favour of `fs.rm`
with the `recursive` operation, so use that instead.
@achingbrain achingbrain merged commit 45ef5ca into master Nov 19, 2021
@achingbrain achingbrain deleted the fix/deprecation-warning branch November 19, 2021 14:26
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