mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Logs.
This commit is contained in:
parent
b9924d3b69
commit
f695fdf38c
1 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ public class JarUtils {
|
||||||
throw AssertionError("File should exist: $localFile")
|
throw AssertionError("File should exist: $localFile")
|
||||||
}
|
}
|
||||||
|
|
||||||
if (localFile.isDirectory) {
|
if (foundFile.isDirectory) {
|
||||||
log(2, " Writing contents of directory $foundFile")
|
log(2, " Writing contents of directory $foundFile")
|
||||||
|
|
||||||
// Directory
|
// Directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue