Remove try/catch

This commit is contained in:
WindowsAddict 2024-11-19 01:40:33 +05:30
parent eb37696ac4
commit 1b590c2404

2
get
View File

@ -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
}
}