mirror of
https://github.com/massgravel/get.activated.win.git
synced 2024-12-28 21:18:57 +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
|
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 a new issue