fix pester verbosity config #58

Merged
OCram85 merged 2 commits from fixPesterStep into master 2022-06-28 09:52:29 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fee389dc2e - Show all commits

View File

@ -114,8 +114,8 @@ function Invoke-Linter {
}
}
catch {
Write-Debug -Message $_.Exception.Message -Debug
Write-Error -Message 'PSScriptAnalyzer failer'
Write-Error -Message $_.Exception.Message -ErrorAction 'Stop'
}
}
}