Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! fs: add recursive option to rmdir()
  • Loading branch information
cjihrig committed Aug 23, 2019
commit ee63d32798534e78375776809543aba9ab58f58c
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