diff --git a/helpers/scanner/parsers/macho.js b/helpers/scanner/parsers/macho.js index 1558cfe..1b9a00a 100644 --- a/helpers/scanner/parsers/macho.js +++ b/helpers/scanner/parsers/macho.js @@ -129,6 +129,8 @@ export async function extractMachoMeta ({ machoFileInstance, FileApi = null }) { } catch ( err ) { console.log( 'Macho parser failed', Parser, err.message.substring(0,100) ) + continue + // throw new Error( 'Macho parser failed' ) } }