Continue on parser fail

This commit is contained in:
Sam Carlton 2022-07-21 21:31:14 -05:00
parent d7112ae322
commit 62a5b430e1

View file

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