1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00
This commit is contained in:
Cedric Beust 2015-12-15 07:38:15 +04:00
parent 6f17fd8685
commit f921670066

View file

@ -272,7 +272,7 @@ class KFiles {
} }
ex.forEach { ex.forEach {
if (it.matches(Paths.get(file))) { if (it.matches(Paths.get(file))) {
log(2, "Excluding $file") log(3, "Excluding $file")
return true return true
} }
} }