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 deprecated call to filesystem #655

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

gmjgeek
Copy link
Contributor

@gmjgeek gmjgeek commented Jul 29, 2024

Replaces call to fs.rmdirSync() with fs.rmSync().

See npm deprecation DEP0147

Replaces call to fs.rmdirSync with fs.rmSync.
See npm deprecation DEP0147 (https://nodejs.org/api/deprecations.html#DEP0147)
@gmjgeek gmjgeek requested a review from davidmoore1 July 29, 2024 17:06
Copy link
Member

@chrisvire chrisvire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@chrisvire chrisvire merged commit 531fe51 into sillsdev:main Aug 6, 2024
1 check passed
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