This commit is contained in:
Thijs Stobbelaar 2023-11-22 22:13:34 +01:00
parent c8df97068c
commit 5bcf8f8025

View file

@ -32,7 +32,6 @@ function new-lock {
Write-Output "Unable to create lockfile, error: $_. Resuming lock loop."
}
}
if ($i -ge $timeout) {
Write-Output "Timed out after $timeout attempts."
exit