summaryrefslogtreecommitdiff
path: root/LibTSforge/SPP/SPPUtils.cs
diff options
context:
space:
mode:
Diffstat (limited to 'LibTSforge/SPP/SPPUtils.cs')
-rw-r--r--LibTSforge/SPP/SPPUtils.cs6
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))