REFACTOR: Minor refactors.

This commit is contained in:
2017-12-21 17:14:49 +00:00
parent 13a6473236
commit b9ec685b4e
3 changed files with 37 additions and 31 deletions

View File

@@ -77,7 +77,7 @@ namespace DiscImageChef.Devices.Windows
catch(Exception ex)
{
#if DEBUG
throw ex;
throw;
#else
return null;
#endif