mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Better error message.
This commit is contained in:
parent
fca974779d
commit
b354b42767
2 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,7 @@ class SingleFileBuildSources(val file: File) : IBuildSources {
|
|||
override fun exists() = file.exists()
|
||||
override fun findSourceFiles() = listOf(file)
|
||||
override val root: File = file.parentFile.parentFile.parentFile
|
||||
override fun toString() : String = file.path
|
||||
}
|
||||
|
||||
class BuildSources(val file: File = File("")) : IBuildSources {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue