summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/get.ps12
1 files changed, 1 insertions, 1 deletions
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