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 3ea5c1a..3e2847c 100644
--- a/static/get.ps1
+++ b/static/get.ps1
@@ -10,7 +10,7 @@ function CheckFile {
Check3rdAV
Write-Host "Failed to create MAS file in temp folder, aborting!"
Write-Host "Help - https://massgrave.dev/troubleshoot" -ForegroundColor White -BackgroundColor Blue
- try { throw } catch {}
+ throw
}
}