Update list-commits.ps1

This commit is contained in:
Markus Fleschutz 2021-03-15 13:51:55 +01:00 committed by GitHub
parent b8042d7368
commit 27e4dfb3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ try {
if ($lastExitCode -ne "0") { throw "'git log' failed" }
}
write-output ""
write-output ""
exit 0
} catch {
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"