Skip to content

Commit

Permalink
Fix doc comment for exported rmRF function (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott authored and Danny McCormick committed Jan 28, 2020
1 parent 7f62b8a commit 2e3cdea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions node/task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1146,10 +1146,9 @@ function _legacyFindFiles_getMatchingItems(

/**
* Remove a path recursively with force
* Returns whether it succeeds
*
* @param path path to remove
* @returns void
* @param inputPath path to remove
* @throws when the file or directory exists but could not be deleted.
*/
export function rmRF(inputPath: string): void {
debug('rm -rf ' + inputPath);
Expand Down

0 comments on commit 2e3cdea

Please sign in to comment.