mirror of
https://github.com/massgravel/get.activated.win.git
synced 2024-12-27 12:39:50 +01:00
Remove try/catch
This commit is contained in:
parent
eb37696ac4
commit
1b590c2404
1 changed files with 1 additions and 1 deletions
2
get
2
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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue