remove try/catch

This commit is contained in:
WindowsAddict 2024-11-19 01:40:00 +05:30
parent e697b59f3d
commit 0de3ae8446

View File

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