This commit is contained in:
OCram85 2022-06-28 10:54:44 +02:00
parent 981068d0d4
commit a845c04851
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ function Invoke-Linter {
"RuleName",
"Message"
) -AutoSize | Out-String | Write-Verbose -Verbose
throw 'PS Script Analyzer failed!'
}
}
}