Skip to content

Commit ee63d32

Browse files
committed
fixup! fs: add recursive option to rmdir()
1 parent fe60930 commit ee63d32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/internal/fs/rimraf.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// This file is a modified version of the rimraf module on npm. It has been
2+
// modified in the following ways:
3+
// - Use of the assert module has been replaced with core's error system.
4+
// - All code related to the glob dependency has been removed.
5+
// - Bring your own custom fs module is not currently supported.
6+
// - Some basic code cleanup.
17
'use strict';
28
const {
39
chmod,

0 commit comments

Comments
 (0)