diff options
| author | WindowsAddict | 2024-11-18 20:10:00 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-11-18 20:10:00 +0000 |
| commit | 0de3ae84465f4c86ea7ba1483c2dc63696d16f6c (patch) | |
| tree | 5dbd0a8dde5fe0d34c7ca4ca9c1babe82e1f8322 /static/get.ps1 | |
| parent | e697b59f3d08a76103469e4e7c7939eeb3ad4c82 (diff) | |
| download | massgrave.dev-0de3ae84465f4c86ea7ba1483c2dc63696d16f6c.zip | |
remove try/catch
Diffstat (limited to 'static/get.ps1')
| -rw-r--r-- | static/get.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/get.ps1 b/static/get.ps1 index 3ea5c1a..3e2847c 100644 --- a/static/get.ps1 +++ b/static/get.ps1 @@ -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
}
}
|
