Merge pull request #403 from Signum21/master

Better error handling in FileAnalysis
This commit is contained in:
Carlos Polop
2024-01-24 18:11:02 +01:00
committed by GitHub

View File

@@ -444,7 +444,7 @@ namespace winPEAS.Checks
foundRegexes[regex_obj.name][regex.name] = fileResults;
}
}
catch (System.IO.IOException)
catch (Exception ex)
{
// Cannot read the file
}