Suppress output

This commit is contained in:
2025-08-07 20:02:17 +05:30
parent 4d5fcc520f
commit 596c40ebb6

View File

@@ -16,7 +16,7 @@ if ($ExecutionContext.SessionState.LanguageMode.value__ -ne 0) {
} }
try { try {
[System.AppDomain]::CurrentDomain.GetAssemblies(); [System.Math]::Sqrt(144) [void][System.AppDomain]::CurrentDomain.GetAssemblies(); [void][System.Math]::Sqrt(144)
} }
catch { catch {
Write-Host "Error: $($_.Exception.Message)" -ForegroundColor Red Write-Host "Error: $($_.Exception.Message)" -ForegroundColor Red