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