Merge pull request #403 from Signum21/master
Better error handling in FileAnalysis
This commit is contained in:
commit
12ff600e52
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user