Update samy.ps1

This commit is contained in:
2026-01-31 22:03:21 -05:00
parent a8b058e21e
commit 6d26cbbb35

View File

@@ -70,7 +70,7 @@ function Import-SamyChunk {
throw "Downloaded content was empty." throw "Downloaded content was empty."
} }
Write-Host ("[Success] {0}" -f $Name) -ForegroundColor Green #Write-Host ("[Success] {0}" -f $Name) -ForegroundColor Green
return $content return $content
} }
catch { catch {