From b60816e393c49167483bdf9d1da250d7d5d2bb3c Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Thu, 7 Aug 2025 20:02:29 +0530 Subject: [PATCH] Suppress output --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b5d866a..ee4a9e8 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,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