From 596c40ebb60479734e038a2f7d1c1b77a365d60e Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Thu, 7 Aug 2025 20:02:17 +0530 Subject: [PATCH] Suppress output --- static/get.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/get.ps1 b/static/get.ps1 index e39e61b..50ebb28 100644 --- a/static/get.ps1 +++ b/static/get.ps1 @@ -16,7 +16,7 @@ if ($ExecutionContext.SessionState.LanguageMode.value__ -ne 0) { } try { - [System.AppDomain]::CurrentDomain.GetAssemblies(); [System.Math]::Sqrt(144) + [void][System.AppDomain]::CurrentDomain.GetAssemblies(); [void][System.Math]::Sqrt(144) } catch { Write-Host "Error: $($_.Exception.Message)" -ForegroundColor Red