diff options
| author | WindowsAddict | 2024-11-18 20:10:33 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-11-18 20:10:33 +0000 |
| commit | 1b590c2404754c75674b74d9e828d36bba904eaf (patch) | |
| tree | 97b32924d42701085355f1bb0b16c40b1844550e | |
| parent | eb37696ac48ea8f85ff4c2512e1c61e1b42dbaf7 (diff) | |
| download | massgravel.github.io-1b590c2404754c75674b74d9e828d36bba904eaf.zip | |
Remove try/catch
| -rw-r--r-- | get | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
}
}
|
