Reorganize code for clarity.
This commit is contained in:
parent
333ea05d9e
commit
2d0679d0c2
1 changed files with 1 additions and 1 deletions
|
@ -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