diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt index c923fdf..fb87f00 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt @@ -40,6 +40,7 @@ fun Prov.provisionDesktopImpl( submodules: List? ) = task { + // TODO: why?? DesktopType.returnIfExists(desktopType.name) // throws exception when desktopType.name is unknown validatePrecondition()