Skip to content

Commit

Permalink
Add a log
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Sep 10, 2024
1 parent 45e1543 commit ac4a423
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ fun moveFilesRecursively(sourceDir: File, destDir: File) {
try {
print("Attempting to create dir ${sourceFile.parentFile}")

print("The parent of the dest files is: ${destFile.parentFile}")

if (!destFile.parentFile.mkdirs()) {
println("FAILED to create ${sourceFile.path}")

Expand Down

0 comments on commit ac4a423

Please sign in to comment.