mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Log.
This commit is contained in:
parent
1e86004fd6
commit
39578f8ecc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue