Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
docs: update comment of delete files
Browse files Browse the repository at this point in the history
Signed-off-by: jingfu wang <[email protected]>
  • Loading branch information
GeekArthur committed Jun 8, 2020
1 parent 5579d5a commit 992b3c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ export function deleteFolder(dir: string): Promise<void> {
if (err) {
return reject(err);
}
// Delete log folder and log files inside log folder
// Delete all files in the directory and the directory
const option: rimraf.Options = {
maxBusyTries: 15,
};
Expand Down

0 comments on commit 992b3c5

Please sign in to comment.