From 1b590c2404754c75674b74d9e828d36bba904eaf Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Tue, 19 Nov 2024 01:40:33 +0530 Subject: [PATCH] Remove try/catch --- get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }