mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
Removed e
This commit is contained in:
parent
99806378f8
commit
f3725826d5
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ namespace UWUVCI_AIO_WPF
|
||||||
done = true;
|
done = true;
|
||||||
freeSpaceInBytes = drive.AvailableFreeSpace;
|
freeSpaceInBytes = drive.AvailableFreeSpace;
|
||||||
}
|
}
|
||||||
catch(Exception e)
|
catch(Exception)
|
||||||
{
|
{
|
||||||
mvm.saveworkaround = true;
|
mvm.saveworkaround = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue