Reorganize code for clarity.

This commit is contained in:
the_fiddler 2010-10-05 20:52:28 +00:00
parent 333ea05d9e
commit 2d0679d0c2

View file

@ -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;
}
}
}