This commit is contained in:
Thijs Stobbelaar 2023-11-21 10:27:15 +01:00
parent b29c971d1a
commit eac7a886f5

View file

@ -26,6 +26,7 @@ function new-lock {
$lock = $false
}
catch {
Write-Output "Unable to create lockfile , resuming lock loop"
$lock = $true
}
}