Include error message

This commit is contained in:
Sam Carlton 2022-07-18 19:33:41 -05:00
parent 4c92f61fd5
commit a2a9acfa42

View file

@ -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' )
}