summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWindowsAddict2024-11-18 20:10:33 +0000
committerWindowsAddict2024-11-18 20:10:33 +0000
commit1b590c2404754c75674b74d9e828d36bba904eaf (patch)
tree97b32924d42701085355f1bb0b16c40b1844550e
parenteb37696ac48ea8f85ff4c2512e1c61e1b42dbaf7 (diff)
downloadmassgravel.github.io-1b590c2404754c75674b74d9e828d36bba904eaf.zip
Remove try/catch
-rw-r--r--get2
1 files changed, 1 insertions, 1 deletions
diff --git a/get b/get
index 7da6e81..f3f5fc8 100644
--- a/get
+++ b/get
@@ -5,7 +5,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
}
}