diff options
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|
