mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-24 07:44:55 +00:00
Make it so debug doesn't return early
This commit is contained in:
@@ -47,8 +47,9 @@ namespace BurnOutSharp.FileType
|
||||
{
|
||||
if (scanner.IncludeDebug) Console.WriteLine(ex);
|
||||
|
||||
AppendToDictionary(protections, file, "[Out of memory attempting to open]");
|
||||
return protections;
|
||||
// Enable for odd files, keep disabled otherwise
|
||||
// AppendToDictionary(protections, file, "[Out of memory attempting to open]");
|
||||
// return protections;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user