mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-20 14:11:02 +10:00
fix: Log all silent exceptions
This commit is contained in:
@@ -318,7 +318,10 @@ namespace WPinternals
|
||||
s = new FileStream(args[3], FileMode.Open, FileAccess.Read);
|
||||
Archive = new ZipArchive(s);
|
||||
}
|
||||
catch { }
|
||||
catch (Exception ex)
|
||||
{
|
||||
LogFile.LogException(ex, LogType.FileOnly);
|
||||
}
|
||||
|
||||
if (Archive == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user