This commit is contained in:
Manuel Thalmann 2024-08-20 00:20:07 +02:00
parent 796a38922b
commit cc0c07e21a

View file

@ -40,7 +40,7 @@ $null = New-Module {
$result = Receive-Job -Wait $job; $result = Receive-Job -Wait $job;
if ((Split-Path -Leaf $Path) -ne (Split-Path -Leaf $result)) { if ((Split-Path -Leaf $Path) -ne (Split-Path -Leaf $result)) {
Write-Error "The result of the path conversion of ``$Path`` was unexpacted: ``$result``"; Write-Error "The result of the path conversion of ``$Path`` was unexpected: ``$result``";
} }
if ($job.State -ne ([System.Management.Automation.JobState]::Completed)) { if ($job.State -ne ([System.Management.Automation.JobState]::Completed)) {