1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00
This commit is contained in:
Cedric Beust 2015-10-08 03:02:33 -07:00
parent 1e86004fd6
commit 39578f8ecc

View file

@ -139,6 +139,7 @@ public class KFiles {
KobaltLogger.log(2, "Windows detected, not overwriting ${to!!}")
} else {
try {
KobaltLogger.log(2, "Copy from $from!! to ${to!!}")
Files.copy(from, to, option)
} catch(ex: IOException) {
// Windows is anal about this