mirror of
https://github.com/massgravel/massgrave.dev.git
synced 2024-11-23 15:00:54 +07:00
remove try/catch
This commit is contained in:
parent
e697b59f3d
commit
0de3ae8446
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user