This commit is contained in:
Lanta 2023-11-21 10:27:15 +01:00
parent 8ed6b2c32c
commit be3fc54268

View file

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