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

Remove calls to fs.rmdirSync #751

Merged
merged 1 commit into from
Sep 23, 2021

Conversation

edoardopirovano
Copy link
Contributor

Per https://nodejs.org/api/deprecations.html#DEP0147, the recursive option will no longer be supported on fs.rmdirSync soon - we need to switch to using fs.rmSync which is equivalent when using the recursive flag.

Merge / deployment checklist

  • [n/a] Confirm this change is backwards compatible with existing workflows.
  • [n/a] Confirm the readme has been updated if necessary.
  • [n/a] Confirm the changelog has been updated if necessary.

@edoardopirovano edoardopirovano requested a review from a team as a code owner September 23, 2021 08:27
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