We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe60930 commit ee63d32Copy full SHA for ee63d32
lib/internal/fs/rimraf.js
@@ -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.
7
'use strict';
8
const {
9
chmod,
0 commit comments