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

Implement NodeJS 14 fs.rm #80

Open
jcubic opened this issue Jul 2, 2021 · 1 comment
Open

Implement NodeJS 14 fs.rm #80

jcubic opened this issue Jul 2, 2021 · 1 comment

Comments

@jcubic
Copy link
Contributor

jcubic commented Jul 2, 2021

fs.rm is a new API in NodeJS fs module, that allows running recursive delete of directories. I can be handy in isomorphic-git/isomorphic-git#1383

@mojavelinux
Copy link

This is related to #71. Note that in newer versions of Node, the recursive option is now deprecated on rmdir. The rm function has replaced it. See https://nodejs.org/api/fs.html#fs_fspromises_rmdir_path_options

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

No branches or pull requests

2 participants