This commit is contained in:
Manuel Thalmann 2024-08-20 00:20:07 +02:00
parent 0da67dca87
commit dfaac9ff98

View file

@ -40,7 +40,7 @@ $null = New-Module {
$result = Receive-Job -Wait $job;
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)) {