fixing fallout from now having the strict option enabled

This commit is contained in:
Wolfgang Manousek 2017-03-15 12:06:02 -07:00
Родитель 1c0bf9703b
Коммит 8b15579240
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -312,7 +312,7 @@ function DoProcess(
$eCode = ($process.ExitCode)
if ($ecode -gt $maxErrorLevel) {
throw "Running 'start-process $commandString $param' failed with exit code [$ecode]"
throw "Running 'start-process $command $param' failed with exit code [$ecode]"
}
return