This commit is contained in:
Frank Skare
2019-05-04 14:03:59 +02:00
parent ad4199aff0
commit 9198d610ad
21 changed files with 171 additions and 21 deletions

View File

@@ -1,6 +1,5 @@
function CheckExitCode {
if ($LastExitCode -gt 0)
{
if ($LastExitCode -gt 0) {
Write-Host "`nExit code $LastExitCode was returned.`n" -ForegroundColor Red
exit
}