diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index 90174b37..2011b54c 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -686,7 +686,7 @@ namespace SparkleShare { foreach (DirectoryInfo directory in parent.GetDirectories()) size += CalculateFolderSize (directory); - } catch (DirectoryNotFoundException) { + } catch (Exception) { return 0; }