1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Better error message.

This commit is contained in:
Cedric Beust 2016-02-20 02:09:31 +04:00
parent 71e9da4437
commit 62f09aade8

View file

@ -60,7 +60,7 @@ sealed class IFileSpec {
}
})
} else {
throw AssertionError("$rootDir should exist")
throw AssertionError("Directory \"$rootDir\" should exist")
}
} else {
if (isIncluded(includes, excludes, Paths.get(filePath))) {