review
This commit is contained in:
parent
46cd2af19e
commit
5b99f3828c
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ fun Prov.provisionDesktopImpl(
|
||||||
submodules: List<String>?
|
submodules: List<String>?
|
||||||
) = task {
|
) = task {
|
||||||
|
|
||||||
|
// TODO: why??
|
||||||
DesktopType.returnIfExists(desktopType.name) // throws exception when desktopType.name is unknown
|
DesktopType.returnIfExists(desktopType.name) // throws exception when desktopType.name is unknown
|
||||||
|
|
||||||
validatePrecondition()
|
validatePrecondition()
|
||||||
|
|
Loading…
Reference in a new issue