Merge branch 'longhorn' of https://github.com/massgravel/TSforge into longhorn
This commit is contained in:
commit
9b143dc8c4
@ -210,13 +210,13 @@ namespace LibTSforge.SPP
|
|||||||
{
|
{
|
||||||
string psPath;
|
string psPath;
|
||||||
|
|
||||||
//try
|
try
|
||||||
{
|
{
|
||||||
psPath = GetPSPath(version);
|
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))
|
if (string.IsNullOrEmpty(psPath) || !File.Exists(psPath))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user