pull/257/head
GAJ-san 2023-01-11 12:18:38 +01:00
parent 4be19a4222
commit 09db5c3033
1 changed files with 3 additions and 1 deletions

View File

@ -126,7 +126,9 @@ function Test-ModsPath ($ModsPath, $WingetUpdatePath) {
} }
} }
catch { catch {
$Script:ReachNoPath = $True if (($_ -like "*.ps1") -or ($_ -like "*.txt")) {
$Script:ReachNoPath = $True
}
} }
} }
} }