summaryrefslogtreecommitdiff
path: root/static/get.ps1
diff options
context:
space:
mode:
authorWindowsAddict2024-11-18 20:10:00 +0000
committerWindowsAddict2024-11-18 20:10:00 +0000
commit0de3ae84465f4c86ea7ba1483c2dc63696d16f6c (patch)
tree5dbd0a8dde5fe0d34c7ca4ca9c1babe82e1f8322 /static/get.ps1
parente697b59f3d08a76103469e4e7c7939eeb3ad4c82 (diff)
downloadmassgrave.dev-0de3ae84465f4c86ea7ba1483c2dc63696d16f6c.zip
remove try/catch
Diffstat (limited to 'static/get.ps1')
-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
}
}