1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -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 { } else {
throw AssertionError("$rootDir should exist") throw AssertionError("Directory \"$rootDir\" should exist")
} }
} else { } else {
if (isIncluded(includes, excludes, Paths.get(filePath))) { if (isIncluded(includes, excludes, Paths.get(filePath))) {