Added throw exception, to the set method fails and depending resources won't be executed

This commit is contained in:
Yorick Kuijs 2018-07-18 10:41:25 +02:00
Родитель 3e438651e6
Коммит dfc5eb25cc
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -74,6 +74,7 @@ function Set-TargetResource
{
Write-Verbose -Message "[ERROR] An error occured while downloading $SourcePath"
Write-Verbose -Message " Error details: $($result.ErrorDescription)"
throw "Error while downloading $SourcePath"
}
else
{