Skip to content

Commit

Permalink
Continue even if destDir is not created
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Sep 10, 2024
1 parent b86d91a commit 2dc703e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ fun moveFilesRecursively(sourceDir: File, destDir: File) {
println("Created destination directory ${destDir.path}")
} else {
println("FAILED to create destination directory ${destDir.path}")
return
}
}

Expand Down

0 comments on commit 2dc703e

Please sign in to comment.