mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 11:05:40 +00:00
Reorganize code for clarity.
This commit is contained in:
parent
244b3f1881
commit
42f279ffeb
|
@ -57,13 +57,13 @@ namespace Build.Tasks
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
System.IO.Directory.Delete(Path, true);
|
System.IO.Directory.Delete(Path, true);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
Log.LogErrorFromException(e);
|
Log.LogErrorFromException(e);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue