fixing fallout from now having the strict option enabled
This commit is contained in:
Родитель
1c0bf9703b
Коммит
8b15579240
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче