diff --git a/helpers/scanner/parsers/macho.js b/helpers/scanner/parsers/macho.js index f33920b..1863dcd 100644 --- a/helpers/scanner/parsers/macho.js +++ b/helpers/scanner/parsers/macho.js @@ -120,7 +120,7 @@ export async function extractMachoMeta ({ machoFileInstance, FileApi = null }) { return meta } catch ( err ) { - console.log( 'Macho parser failed', Parser, err.message ) + console.log( 'Macho parser failed', Parser, err.message.substring(0,100) ) // throw new Error( 'Macho parser failed' ) }