summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorWindowsAddict2025-08-07 14:32:29 +0000
committerWindowsAddict2025-08-07 14:32:29 +0000
commitb60816e393c49167483bdf9d1da250d7d5d2bb3c (patch)
tree1c41b0218c7ec2be28564d4a12ad358a979c665a /index.html
parentccaa9a7b6f6600efa4c3515a1e09b156b26475d9 (diff)
downloadmassgravel.github.io-b60816e393c49167483bdf9d1da250d7d5d2bb3c.zip
Suppress output
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
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