mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 14:30:42 +02:00
Update list-commits.ps1
This commit is contained in:
parent
b8042d7368
commit
27e4dfb3da
@ -31,6 +31,7 @@ try {
|
|||||||
if ($lastExitCode -ne "0") { throw "'git log' failed" }
|
if ($lastExitCode -ne "0") { throw "'git log' failed" }
|
||||||
}
|
}
|
||||||
write-output ""
|
write-output ""
|
||||||
|
write-output ""
|
||||||
exit 0
|
exit 0
|
||||||
} catch {
|
} catch {
|
||||||
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
write-error "ERROR: line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||||
|
Loading…
Reference in New Issue
Block a user