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:
parent
71e9da4437
commit
62f09aade8
1 changed files with 1 additions and 1 deletions
|
@ -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))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue