Skip to content

Commit

Permalink
docs: add to-do comment to Files utility namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic committed Mar 28, 2024
1 parent c3edfdb commit fcf7ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utility/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace Files {
}
}

// TODO: fix nested directory detection
export function copyDirectory(source: string, destination: string): void {
if (!isDirectory(destination))
mkdirSync(destination);
Expand Down

0 comments on commit fcf7ece

Please sign in to comment.