diff options
| author | WindowsAddict | 2025-08-07 14:32:17 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-08-07 14:32:17 +0000 |
| commit | 596c40ebb60479734e038a2f7d1c1b77a365d60e (patch) | |
| tree | 0bd09fb89420d8759db996918aaf893080cca111 /static | |
| parent | 4d5fcc520f87333c3e76c0b99bbcd919d126dba4 (diff) | |
| download | massgrave.dev-596c40ebb60479734e038a2f7d1c1b77a365d60e.zip | |
Suppress output
Diffstat (limited to 'static')
| -rw-r--r-- | static/get.ps1 | 2 |
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
|
