Skip to content

Commit

Permalink
fixup! fs: add recursive option to rmdir()
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed Aug 23, 2019
1 parent fe60930 commit ee63d32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/internal/fs/rimraf.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// This file is a modified version of the rimraf module on npm. It has been
// modified in the following ways:
// - Use of the assert module has been replaced with core's error system.
// - All code related to the glob dependency has been removed.
// - Bring your own custom fs module is not currently supported.
// - Some basic code cleanup.
'use strict';
const {
chmod,
Expand Down

0 comments on commit ee63d32

Please sign in to comment.