diff options
| author | Lyssa | 2025-04-04 15:15:38 +0000 |
|---|---|---|
| committer | Lyssa | 2025-04-04 15:15:38 +0000 |
| commit | 9b143dc8c4f669b050051899d7b717ba1d75407c (patch) | |
| tree | 228f883c5301b851018509c5d0e0aa4f8dcea6f7 | |
| parent | 001c27ca1d96231b8d6282f48fcff31d51e86a30 (diff) | |
| parent | 233be2dd1446b1bfca18dff77bb25f57155ada15 (diff) | |
| download | TSforge-9b143dc8c4f669b050051899d7b717ba1d75407c.zip | |
Merge branch 'longhorn' of https://github.com/massgravel/TSforge into longhorn
| -rw-r--r-- | LibTSforge/SPP/SPPUtils.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/LibTSforge/SPP/SPPUtils.cs b/LibTSforge/SPP/SPPUtils.cs index 187d4f3..8cf2643 100644 --- a/LibTSforge/SPP/SPPUtils.cs +++ b/LibTSforge/SPP/SPPUtils.cs @@ -210,13 +210,13 @@ namespace LibTSforge.SPP { string psPath; - //try + try { psPath = GetPSPath(version); } - //catch + catch { - //throw new FileNotFoundException("Failed to get path of physical store."); + throw new FileNotFoundException("Failed to get path of physical store."); } if (string.IsNullOrEmpty(psPath) || !File.Exists(psPath)) |
