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