Oubli d'incrémentation du compteur... :D

This commit is contained in:
MilesTEG 2021-10-31 11:06:42 +01:00
parent e0bddb9890
commit bb32617942

View File

@ -400,4 +400,5 @@ Foreach ($MKV_1 in $MKV_1_List) {
write-host "File NON-EXISTANT - $Output" -foreground "red"
"File NON-EXISTANT - $Output" | Out-File "$destinationDirectory\Errors.txt" -Append
}
$compteur++
}