Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
marchuffnagle committed Aug 30, 2023
1 parent f731521 commit a8b391e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface ProgressData {
readonly percent: number;

/**
Path of deleted file
The absolute path of the deleted file or directory. It will not be present if nothing was deleted.
*/
readonly path?: string;
}
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ await deleteAsync(patterns, {
```

- `percent` is a value between `0` and `1`
- `path` will not be present if no files were deleted
- `path` is the absolute path of the deleted file or directory. It will not be present if nothing was deleted.

## CLI

Expand Down

0 comments on commit a8b391e

Please sign in to comment.