fix for locking race #136

Merged
OpzekerIT merged 2 commits from dev into main 2023-11-21 09:27:42 +00:00
Showing only changes of commit eac7a886f5 - Show all commits

View file

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