fix c=1089 to c=99

This commit is contained in:
Aleksandr Chebotov
2020-07-10 14:38:45 +03:00
parent 454c3f79dd
commit 10fd058af4

View File

@@ -80,8 +80,8 @@ function ShouldReturnZeroExitCode {
if (-not $succeeded)
{
$сommandOutputIndent = " " * 4
$commandOutput = ($result.Output | ForEach-Object { "${сommandOutputIndent}${_}" }) -join "`n"
$commandOutputIndent = " " * 4
$commandOutput = ($result.Output | ForEach-Object { "${commandOutputIndent}${_}" }) -join "`n"
$failureMessage = "Command '${ActualValue}' has finished with exit code ${actualExitCode}`n${commandOutput}"
}