Removed e

This commit is contained in:
ZestyTS 2023-10-03 20:09:00 -07:00
parent 99806378f8
commit f3725826d5

View file

@ -182,7 +182,7 @@ namespace UWUVCI_AIO_WPF
done = true;
freeSpaceInBytes = drive.AvailableFreeSpace;
}
catch(Exception e)
catch(Exception)
{
mvm.saveworkaround = true;
}