diff --git a/helpers/scanner/parsers/macho.js b/helpers/scanner/parsers/macho.js index 8c8d26a..556f60e 100644 --- a/helpers/scanner/parsers/macho.js +++ b/helpers/scanner/parsers/macho.js @@ -118,7 +118,7 @@ export async function extractMachoMeta ({ machoFileInstance, FileApi = null }) { return meta } catch ( err ) { - console.log( 'Macho parser failed', Parser ) + console.log( 'Macho parser failed', Parser, err.message ) // throw new Error( 'Macho parser failed' ) }