Remove `exit -1` regression (#53)

chriskuech-patch-5
Chris Kuech 2019-11-26 11:18:58 -08:00 committed by GitHub
parent b04334dab0
commit 76b88225ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ function writeFail($timestamp, $requirement, $clearString) {
$message = "$symbol $timestamp $requirement"
Write-Host "`r$clearString" -NoNewline
Write-Host "`n$message`n" -ForegroundColor $color
exit -1
}
$fsm = @{