mirror of
https://github.com/massgravel/get.activated.win.git
synced 2024-11-23 17:30:52 +07:00
Remove try/catch
This commit is contained in:
parent
eb37696ac4
commit
1b590c2404
2
get
2
get
@ -5,7 +5,7 @@ function CheckFile {
|
|||||||
Check3rdAV
|
Check3rdAV
|
||||||
Write-Host "Failed to create MAS file in temp folder, aborting!"
|
Write-Host "Failed to create MAS file in temp folder, aborting!"
|
||||||
Write-Host "Help - https://massgrave.dev/troubleshoot" -ForegroundColor White -BackgroundColor Blue
|
Write-Host "Help - https://massgrave.dev/troubleshoot" -ForegroundColor White -BackgroundColor Blue
|
||||||
try { throw } catch {}
|
throw
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user